[Sensor] Fix the indent format error
authorSangjung Woo <sangjung.woo@samsung.com>
Fri, 17 Sep 2021 05:45:52 +0000 (14:45 +0900)
committerSangjung Woo <again4you@gmail.com>
Fri, 17 Sep 2021 06:20:39 +0000 (15:20 +0900)
This patch fixes the indent format error.

Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
src/libsensor/edge_sensor.c

index f7534de3fe0ca4c8a5da23e1b282528efc58c0da..ba6bc2232c8dc830af65fcf8e38a9a6469a27258 100644 (file)
@@ -303,7 +303,7 @@ edge_close_connection (edge_h handle)
   int ret;
 
   if (!handle) {
-    debug_print("Error: Invalid Param: handle is NULL");
+    debug_print ("Error: Invalid Param: handle is NULL");
     return -1;
   }