Fix indentation in update-binary

* This was bothering me

Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
这个提交包含在:
Paul Keith
2017-04-09 09:22:05 -05:00
父节点 d82010a3ea
当前提交 8abc2a3432

查看文件

@@ -32,7 +32,7 @@ ui_print "**********************"
ui_print "Mounting /system"
if mount /system; then
ui_print "/system mounted"
ui_print "/system mounted"
else
# Try to get the block from /etc/recovery.fstab
block=`cat /etc/recovery.fstab | cut -d '#' -f 1 | grep /system | grep -o '/dev/[^ ]*' | head -1`