Skip to content

Commit ed69e4f

Browse files
committed
Auto format
1 parent 7bb2c23 commit ed69e4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/CurieRTC/examples/ReadTest/ReadTest.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#include <CurieRTC.h>
22

33
void setup() {
4-
while(!Serial);
4+
while (!Serial);
55
Serial.begin(9600);
66

77
Serial.println("CurieRTC Read Test");
88
Serial.println("-------------------");
99
}
1010

11-
void loop() {
11+
void loop() {
1212
Serial.print("Ok, Time = ");
1313
print2digits(hour());
1414
Serial.write(':');

0 commit comments

Comments
 (0)