Skip to content

Commit 927cdea

Browse files
seanbrightgtjoseph
authored andcommitted
Coding-Guidelines.md: Fix some code formatting
1 parent df3b48e commit 927cdea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Development/Policies-and-Procedures/Coding-Guidelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,13 +165,13 @@ int foo(int a, char \*s)
165165
```
166166
167167
#### If statements:
168-
{newcode:C}
168+
```C
169169
if (foo) {
170170
bar();
171171
} else {
172172
blah();
173173
}
174-
{newcode}
174+
```
175175

176176
#### Case statements:
177177
```C

0 commit comments

Comments
 (0)