From 641f8813fae912d34c5edd09ecf2067febde6398 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Sat, 9 Apr 2022 11:05:58 +0200 Subject: [PATCH] Apply default code formatting --- src/main.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 6829eea8..c0aaf9f0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,9 +1,11 @@ #include -void setup() { - // put your setup code here, to run once: +void setup() +{ + // put your setup code here, to run once: } -void loop() { - // put your main code here, to run repeatedly: +void loop() +{ + // put your main code here, to run repeatedly: } \ No newline at end of file