diff --git a/formatting.html b/formatting.html index 12c0b50..a0bd79f 100644 --- a/formatting.html +++ b/formatting.html @@ -159,9 +159,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!"); }

Identation

diff --git a/index.html b/index.html index 629faf6..00ac373 100644 --- a/index.html +++ b/index.html @@ -159,9 +159,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!"); }

Identation

diff --git a/print.html b/print.html index 53fc5be..e2b719f 100644 --- a/print.html +++ b/print.html @@ -160,9 +160,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!"); }

Identation