Fix coding rule 25/242425/2
authorJunghyun Yeon <jungh.yeon@samsung.com>
Thu, 27 Aug 2020 01:03:00 +0000 (10:03 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Fri, 28 Aug 2020 09:44:52 +0000 (09:44 +0000)
Change-Id: I56461902d982830f1bee89c1c3c009f2b8c0117f
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/common/security_registration.cc
test/smoke_tests/common/smoke_utils.h
test/smoke_tests/libs/test_assessor.h

index 4c51911..3db6d97 100644 (file)
@@ -536,7 +536,8 @@ bool UnregisterSecurityContextForManifest(const std::string& pkg_id,
 }
 
 bool UnregisterSecurityContextForPkgId(const std::string &pkg_id,
-    const std::string& pkg_type, uid_t uid, std::string* error_message, bool ignore_data_absence) {
+    const std::string& pkg_type, uid_t uid,
+    std::string* error_message, bool ignore_data_absence) {
   std::vector<std::string> appids;
   ci::PkgQueryInterface pkg_query(pkg_id, uid);
   if (!pkg_query.AppidsForPkgId(&appids))
index 59efc2e..19efc71 100644 (file)
@@ -2,8 +2,8 @@
 // Use of this source code is governed by an apache-2.0 license that can be
 // found in the LICENSE file.
 
-#ifndef SMOKE_TESTS_COMMON_SMOKE_UTILS_H_
-#define SMOKE_TESTS_COMMON_SMOKE_UTILS_H_
+#ifndef TEST_SMOKE_TESTS_COMMON_SMOKE_UTILS_H_
+#define TEST_SMOKE_TESTS_COMMON_SMOKE_UTILS_H_
 
 #include <pkgmgr-info.h>
 #include <signal.h>
@@ -402,4 +402,4 @@ class StepCrash : public common_installer::Step {
 
 }  // namespace smoke_test
 
-#endif  // SMOKE_TESTS_COMMON_SMOKE_UTILS_H_
+#endif  // TEST_SMOKE_TESTS_COMMON_SMOKE_UTILS_H_
index 805fed1..5bf9437 100644 (file)
@@ -2,8 +2,8 @@
 // Use of this source code is governed by an apache 2.0 license that can be
 // found in the LICENSE file.
 
-#ifndef SMOKE_TESTS_LIBS_TEST_ASSESSOR_H_
-#define SMOKE_TESTS_LIBS_TEST_ASSESSOR_H_
+#ifndef TEST_SMOKE_TESTS_LIBS_TEST_ASSESSOR_H_
+#define TEST_SMOKE_TESTS_LIBS_TEST_ASSESSOR_H_
 
 #include <boost/optional/optional.hpp>
 
@@ -41,4 +41,4 @@ class TestAssessor : public common_installer::Singleton<TestAssessor> {
 
 }  // namespace common_installer
 
-#endif  // SMOKE_TESTS_LIBS_TEST_ASSESSOR_H_
+#endif  // TEST_SMOKE_TESTS_LIBS_TEST_ASSESSOR_H_