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>
diff --git a/firmware/lib/vboot_kernel.c b/firmware/lib/vboot_kernel.c
index 0e9c15b..a1ddd17 100644
--- a/firmware/lib/vboot_kernel.c
+++ b/firmware/lib/vboot_kernel.c
@@ -234,14 +234,14 @@
   }
 
   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 */