Skip to content

Commit

Permalink
Whitespace fix
Browse files Browse the repository at this point in the history
make the indentation consistent with the rest of the file
  • Loading branch information
lurch committed Aug 22, 2013
1 parent ec1ef11 commit 0c159dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rpi-update
Expand Up @@ -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
}
Expand Down

0 comments on commit 0c159dc

Please sign in to comment.