diff --git a/src/main.cpp b/src/main.cpp index 6829eea..c0aaf9f 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