This commit is contained in:
Nilstrieb 2022-07-27 20:28:51 +00:00
parent 47144e77d1
commit 52edb5c934
3 changed files with 6 additions and 6 deletions

View file

@ -159,9 +159,9 @@ body cannot fit into a single line, make a new function instead.</p>
void foo() { void foo() {
if (true) if (true)
foo_if_body(); foo_if_body();
else else
printf(&quot;True was false!&quot;); printf(&quot;True was false!&quot;);
} }
</code></pre> </code></pre>
<h2 id="identation"><a class="header" href="#identation">Identation</a></h2> <h2 id="identation"><a class="header" href="#identation">Identation</a></h2>

View file

@ -159,9 +159,9 @@ body cannot fit into a single line, make a new function instead.</p>
void foo() { void foo() {
if (true) if (true)
foo_if_body(); foo_if_body();
else else
printf(&quot;True was false!&quot;); printf(&quot;True was false!&quot;);
} }
</code></pre> </code></pre>
<h2 id="identation"><a class="header" href="#identation">Identation</a></h2> <h2 id="identation"><a class="header" href="#identation">Identation</a></h2>

View file

@ -160,9 +160,9 @@ body cannot fit into a single line, make a new function instead.</p>
void foo() { void foo() {
if (true) if (true)
foo_if_body(); foo_if_body();
else else
printf(&quot;True was false!&quot;); printf(&quot;True was false!&quot;);
} }
</code></pre> </code></pre>
<h2 id="identation"><a class="header" href="#identation">Identation</a></h2> <h2 id="identation"><a class="header" href="#identation">Identation</a></h2>