oops
This commit is contained in:
parent
f621081064
commit
82241b237c
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ I.e. do
|
||||||
```c
|
```c
|
||||||
if (1 /* this is a very long condition */
|
if (1 /* this is a very long condition */
|
||||||
== 2 /* spanning multiple lines */
|
== 2 /* spanning multiple lines */
|
||||||
|| 2 < 3 /* and we indent like this) {
|
|| 2 < 3 /* and we indent like this */) {
|
||||||
this = the_way;
|
this = the_way;
|
||||||
/* as to increase distinguishability of condition from body */
|
/* as to increase distinguishability of condition from body */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue