This commit is contained in:
Ellen Arvidsson 2025-06-28 01:40:36 +02:00
parent f621081064
commit 82241b237c

View file

@ -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 */
} }