Skip to content

Commit ca1a722

Browse files
Fixed whitespace issues
1 parent 0424824 commit ca1a722

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/person_detection/main/detection_responder.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ void RespondToDetection(float person_score, float no_person_score) {
7878
#endif // DISPLAY_SUPPORT
7979
MicroPrintf("person score:%d%%, no person score %d%%",
8080
person_score_int, 100 - person_score_int);
81-
}
81+
}

examples/person_detection/main/detection_responder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ void RespondToDetection(float person_score, float no_person_score);
3232
// Initialize GUI components
3333
void create_gui();
3434

35-
#endif // TENSORFLOW_LITE_MICRO_EXAMPLES_PERSON_DETECTION_DETECTION_RESPONDER_H_
35+
#endif // TENSORFLOW_LITE_MICRO_EXAMPLES_PERSON_DETECTION_DETECTION_RESPONDER_H_

0 commit comments

Comments
 (0)