From: Kwanghoon Son Date: Fri, 10 Feb 2023 02:59:41 +0000 (+0900) Subject: Fix format X-Git-Tag: accepted/tizen/unified/20230220.174431~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c3dae81d08b8c313eb2c3aaeb598aa458dba91c;p=platform%2Fcore%2Fapi%2Fmediavision.git Fix format Change-Id: Ice108ec97ca9af1faaef22f3047f2e4cf4f77e99 Signed-off-by: Kwanghoon Son --- diff --git a/test/testsuites/machine_learning/object_detection/test_object_detection_3d.cpp b/test/testsuites/machine_learning/object_detection/test_object_detection_3d.cpp index a4c58aab..08da0233 100644 --- a/test/testsuites/machine_learning/object_detection/test_object_detection_3d.cpp +++ b/test/testsuites/machine_learning/object_detection/test_object_detection_3d.cpp @@ -23,8 +23,7 @@ #include "ImageHelper.h" #include "mv_object_detection_3d_internal.h" -#define IMAGE_PATH MV_CONFIG_PATH \ - "/res/object_detection/cup.jpeg" +#define IMAGE_PATH MV_CONFIG_PATH "/res/object_detection/cup.jpeg" using namespace testing; using namespace std;