From 1b785f3bd1394e402dc1eb111d4814eb657251e9 Mon Sep 17 00:00:00 2001 From: yuanjiong Date: Tue, 26 Oct 2021 17:02:41 +0800 Subject: [PATCH] :art: format code --- components/modules/ai/who_human_face_recognition.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/modules/ai/who_human_face_recognition.hpp b/components/modules/ai/who_human_face_recognition.hpp index b7841d8..b34ddbe 100644 --- a/components/modules/ai/who_human_face_recognition.hpp +++ b/components/modules/ai/who_human_face_recognition.hpp @@ -15,7 +15,7 @@ typedef enum } recognizer_state_t; void register_human_face_recognition(QueueHandle_t frame_i, - QueueHandle_t event, - QueueHandle_t result, - QueueHandle_t frame_o = NULL, - const bool camera_fb_return = false); + QueueHandle_t event, + QueueHandle_t result, + QueueHandle_t frame_o = NULL, + const bool camera_fb_return = false);