From fbfda3522f9608d773fb3ee39a2be4c400ce1463 Mon Sep 17 00:00:00 2001 From: Junghyun Yeon Date: Tue, 6 Feb 2018 13:18:02 +0900 Subject: [PATCH] Fix coding rule Change-Id: I7b3fc65879e27ef838b69e30c3b87812add7337a Signed-off-by: Junghyun Yeon --- src/common/step/security/step_recover_privilege_compatibility.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/step/security/step_recover_privilege_compatibility.h b/src/common/step/security/step_recover_privilege_compatibility.h index 650018e..058cee3 100644 --- a/src/common/step/security/step_recover_privilege_compatibility.h +++ b/src/common/step/security/step_recover_privilege_compatibility.h @@ -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 @@ -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; -- 2.7.4