Skip to content

Commit 30ff054

Browse files
authored
Fix indent
1 parent ac40ac9 commit 30ff054

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/extensibility/debugger/reference/assemblylocresolution.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ Specifies where an assembly is located.
2020

2121
```cpp
2222
enum enum_ASSEMBLYLOCRESOLUTION {
23-
ALR_NAME = 0x0,
24-
ALR_USERDIR = 0x1,
25-
ALR_SHAREDDIR = 0x2,
26-
ALR_REMOTEDIR = 0x4,
23+
ALR_NAME = 0x0,
24+
ALR_USERDIR = 0x1,
25+
ALR_SHAREDDIR = 0x2,
26+
ALR_REMOTEDIR = 0x4,
2727
};
2828
typedef DWORD ASSEMBLYLOCRESOLUTION;
2929
```
3030

3131
```csharp
3232
public enum enum_ASSEMBLYLOCRESOLUTION {
33-
ALR_NAME = 0x0,
34-
ALR_USERDIR = 0x1,
35-
ALR_SHAREDDIR = 0x2,
36-
ALR_REMOTEDIR = 0x4,
33+
ALR_NAME = 0x0,
34+
ALR_USERDIR = 0x1,
35+
ALR_SHAREDDIR = 0x2,
36+
ALR_REMOTEDIR = 0x4,
3737
};
3838
```
3939

0 commit comments

Comments
 (0)