Fix indentation; no code change.

BUG=none
TEST=none (since nothing changed)

Change-Id: Ifea9a0c0105e70d9cea2b173d0991849770dc14b
Reviewed-on: http://gerrit.chromium.org/gerrit/1067
Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Tested-by: Randall Spangler <rspangler@chromium.org>
This commit is contained in:
Randall Spangler
2011-05-17 15:27:42 -07:00
parent 9dc90d36f8
commit c90e7e8cd9

View File

@@ -234,14 +234,14 @@ int LoadKernel(LoadKernelParams* params) {
} }
if (kBootDev == boot_mode && !dev_switch) { if (kBootDev == boot_mode && !dev_switch) {
/* Dev firmware should be signed such that it never boots with the dev /* Dev firmware should be signed such that it never boots with the dev
* switch is off; so something is terribly wrong. */ * switch is off; so something is terribly wrong. */
VBDEBUG(("LoadKernel() called with dev firmware but dev switch off\n")); VBDEBUG(("LoadKernel() called with dev firmware but dev switch off\n"));
if (shcall) if (shcall)
shcall->check_result = VBSD_LKC_CHECK_DEV_SWITCH_MISMATCH; shcall->check_result = VBSD_LKC_CHECK_DEV_SWITCH_MISMATCH;
recovery = VBNV_RECOVERY_RW_DEV_MISMATCH; recovery = VBNV_RECOVERY_RW_DEV_MISMATCH;
goto LoadKernelExit; goto LoadKernelExit;
} }
if (kBootRecovery == boot_mode) { if (kBootRecovery == boot_mode) {
/* Use the recovery key to verify the kernel */ /* Use the recovery key to verify the kernel */