Fix coding rule 17/84117/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 16 Aug 2016 23:47:54 +0000 (08:47 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 16 Aug 2016 23:47:54 +0000 (08:47 +0900)
Change-Id: I92428c408ce573bbbdfcefb6a5b5db86affe4995

src/privilege_checker.cpp

index 2b2ae90..d0ea719 100644 (file)
@@ -45,7 +45,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;