diff --git a/src/formatting.md b/src/formatting.md index 763734b..ab0eeda 100644 --- a/src/formatting.md +++ b/src/formatting.md @@ -19,9 +19,9 @@ body cannot fit into a single line, make a new function instead. void foo() { if (true) - foo_if_body(); + foo_if_body(); else - printf("True was false!"); + printf("True was false!"); } ``` @@ -33,4 +33,4 @@ C code must be indented with 3 spaces. The toplevel should be indented as well. #include int main() {} -``` \ No newline at end of file +```