From 0c159dc34773c38775bf088b71d331059fbacc70 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Thu, 22 Aug 2013 02:25:47 +0100 Subject: [PATCH] Whitespace fix make the indentation consistent with the rest of the file --- rpi-update | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rpi-update b/rpi-update index e899768..5825a1f 100755 --- a/rpi-update +++ b/rpi-update @@ -108,9 +108,9 @@ function finalise { if [[ ${FW_REV} == "" ]]; then echo " *** Storing current firmware revision" eval ${GITCMD} rev-parse ${BRANCH} > "${FW_PATH}/.firmware_revision" - else - echo ${FW_REV} > "${FW_PATH}/.firmware_revision" - fi + else + echo ${FW_REV} > "${FW_PATH}/.firmware_revision" + fi echo " *** Syncing changes to disk" sync }