aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-04-25 13:45:01 +0200
committerlonkaars <loek@pipeframe.xyz>2022-04-25 13:45:01 +0200
commit64df55e0b65d74e37987333a33a53ae98378bed2 (patch)
treed1f3c7b7b1820688fe820a9a0e868c5fe7dbbf52 /main.c
parent559736432356e2bb4ce805e60c32353a5582a568 (diff)
code style update + make format works now
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.c b/main.c
index 1dae142..dfc8d68 100644
--- a/main.c
+++ b/main.c
@@ -4,7 +4,7 @@ int main() {
print("Hello!");
play("L16 ceg>c");
- while(1) {
+ while (1) {
red_led(0);
green_led(1);
@@ -18,4 +18,3 @@ int main() {
return 0;
}
-