From 52edb5c9345afd2f8f2295bec6359f394b572947 Mon Sep 17 00:00:00 2001
From: Nilstrieb
Date: Wed, 27 Jul 2022 20:28:51 +0000
Subject: [PATCH] deploy: c98f09048cf6c45960ece1168b061624ec5c719c
---
formatting.html | 4 ++--
index.html | 4 ++--
print.html | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
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!");
}
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!");
}
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!");
}