Fix coding rule 15/84115/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 16 Aug 2016 23:46:46 +0000 (08:46 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 16 Aug 2016 23:46:46 +0000 (08:46 +0900)
Change-Id: I77aae3b73033ee50739ce3d10fbf9de0636499a6

src/privilege_checker.cpp

index e1ff8b8..5afdc1a 100644 (file)
@@ -46,7 +46,7 @@ check_privilege(const char *uid, const char *privilege)
 {
     FILE *fp = NULL;
     char label_path[1024] = "/proc/self/attr/current";
-    char smack_label[1024] = {'\0',};
+    char smack_label[1024] = {'\0', };
 
     if (!p_cynara) {
         return false;