summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2011-05-17 15:27:42 -0700
committerRandall Spangler <rspangler@chromium.org>2011-05-17 15:29:58 -0700
commitc90e7e8cd99a70f207249d8d4a78a80cc0f44c3f (patch)
tree062e70c5a16f83be1a920e8c0ee941f1e944c9ae
parent9dc90d36f8f2e2029adbfece0831c1a840e899ca (diff)
downloadvboot-c90e7e8cd99a70f207249d8d4a78a80cc0f44c3f.tar.gz
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>
-rw-r--r--firmware/lib/vboot_kernel.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/firmware/lib/vboot_kernel.c b/firmware/lib/vboot_kernel.c
index 0e9c15ba..a1ddd176 100644
--- a/firmware/lib/vboot_kernel.c
+++ b/firmware/lib/vboot_kernel.c
@@ -234,14 +234,14 @@ int LoadKernel(LoadKernelParams* params) {
}
if (kBootDev == boot_mode && !dev_switch) {
- /* Dev firmware should be signed such that it never boots with the dev
- * switch is off; so something is terribly wrong. */
- VBDEBUG(("LoadKernel() called with dev firmware but dev switch off\n"));
+ /* Dev firmware should be signed such that it never boots with the dev
+ * switch is off; so something is terribly wrong. */
+ VBDEBUG(("LoadKernel() called with dev firmware but dev switch off\n"));
if (shcall)
shcall->check_result = VBSD_LKC_CHECK_DEV_SWITCH_MISMATCH;
- recovery = VBNV_RECOVERY_RW_DEV_MISMATCH;
- goto LoadKernelExit;
- }
+ recovery = VBNV_RECOVERY_RW_DEV_MISMATCH;
+ goto LoadKernelExit;
+ }
if (kBootRecovery == boot_mode) {
/* Use the recovery key to verify the kernel */