Change inclusion guard name
authorJunghyun Yeon <jungh.yeon@samsung.com>
Tue, 28 Aug 2018 11:23:21 +0000 (20:23 +0900)
committer장상윤/Tizen Platform Lab(SR)/Engineer/삼성전자 <jeremy.jang@samsung.com>
Wed, 29 Aug 2018 01:45:23 +0000 (10:45 +0900)
- Change it according to review guide.

Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
include/capability-manager.h

index d8a84bf..52e831a 100644 (file)
@@ -2,8 +2,8 @@
 // Use of this source code is governed by a apache 2.0 license that can be
 // found in the LICENSE file.
 
-#ifndef INCLUDE_CAPABILITY_MANAGER_H_
-#define INCLUDE_CAPABILITY_MANAGER_H_
+#ifndef __TIZEN_APPFW_CAPABILITY_MANAGER_H__
+#define __TIZEN_APPFW_CAPABILITY_MANAGER_H__
 
 #include <tizen.h>
 
@@ -249,4 +249,4 @@ int capmgr_package_info_get_version(capmgr_package_info_h remote_package_info,
 }
 #endif
 
-#endif  // INCLUDE_CAPABILITY_MANAGER_H_
+#endif  // __TIZEN_APPFW_CAPABILITY_MANAGER_H__