Change define check name __SENSORD_INTERNAL_H__ 48/269348/1
authorTaeminYeom <taemin.yeom@samsung.com>
Thu, 13 Jan 2022 04:16:40 +0000 (13:16 +0900)
committerTaemin Yeom <taemin.yeom@samsung.com>
Thu, 13 Jan 2022 04:15:53 +0000 (04:15 +0000)
Change-Id: I2323c95a364e4e7fb899c1cf47c858b9b7ccad6b
Signed-off-by: TaeminYeom <taemin.yeom@samsung.com>
include/sensor_internal.h

index 26a2918..05afbcc 100644 (file)
@@ -17,8 +17,8 @@
  *
  */
 
-#ifndef __SENSOR_INTERNAL_H__
-#define __SENSOR_INTERNAL_H__
+#ifndef __SENSORD_INTERNAL_H__
+#define __SENSORD_INTERNAL_H__
 
 #ifndef API
 #define API __attribute__((visibility("default")))
@@ -544,4 +544,4 @@ bool sensord_external_post(int handle, unsigned long long timestamp, const float
 }
 #endif
 
-#endif
+#endif /* __SENSORD_INTERNAL_H__ */