This commit is contained in:
Nilstrieb 2022-08-02 05:44:38 +00:00
parent 492783020c
commit 9a13559cb2
6 changed files with 9 additions and 9 deletions

View file

@ -165,7 +165,7 @@ body cannot fit into a single line, make a new function instead.</p>
}
</code></pre>
<h2 id="identation"><a class="header" href="#identation">Identation</a></h2>
<p>C code must be indented with 3 spaces. The toplevel should be indented as well.</p>
<p>C code must be indented with 3 spaces. The top-level should be indented as well.</p>
<pre><code class="language-c"> #include&lt;stdio.h&gt;
int main() {}