Fix coding rule 25/169325/1
authorJunghyun Yeon <jungh.yeon@samsung.com>
Tue, 6 Feb 2018 04:18:02 +0000 (13:18 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Tue, 6 Feb 2018 04:18:02 +0000 (13:18 +0900)
Change-Id: I7b3fc65879e27ef838b69e30c3b87812add7337a
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/common/step/security/step_recover_privilege_compatibility.h

index 650018e..058cee3 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 COMMON_STEP_SECURITY_RECOVER_STEP_PRIVILEGE_COMPATIBILITY_H_
-#define COMMON_STEP_SECURITY_RECOVER_STEP_PRIVILEGE_COMPATIBILITY_H_
+#ifndef COMMON_STEP_SECURITY_STEP_RECOVER_PRIVILEGE_COMPATIBILITY_H_
+#define COMMON_STEP_SECURITY_STEP_RECOVER_PRIVILEGE_COMPATIBILITY_H_
 
 #include <manifest_parser/utils/logging.h>
 
@@ -28,7 +28,7 @@ class StepRecoverPrivilegeCompatibility : public recovery::StepRecovery {
   StepRecoverPrivilegeCompatibility(InstallerContext* context,
       StepPrivilegeCompatibility::InternalPrivType internal_priv_type)
       : StepRecovery(context),
-       internal_priv_type_(internal_priv_type) {}
+        internal_priv_type_(internal_priv_type) {}
 
   Status RecoveryNew() override { return Status::OK; }
   Status RecoveryUpdate() override;