Skip to content

Commit 1edd78e

Browse files
Fixed whitespace issues
1 parent 0424824 commit 1edd78e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/person_detection/main/app_camera_esp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ int app_camera_init() {
9898
ESP_LOGE(TAG, "Camera is not supported for this device!");
9999
return -1;
100100
#endif // ESP_CAMERA_SUPPORTED
101-
}
101+
}

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)