fstools: clean up trailing whitespace in snapshot script
[openwrt/openwrt.git] / package / system / fstools / files / snapshot
index c1a5b733f3c70e2bb5f2e83d3589e2f10832760f..baf24f1e3e90fe7708e0f28c17ba270a35a2cd52 100644 (file)
@@ -42,7 +42,7 @@ do_snapshot_upgrade() {
 
        opkg list-upgradable
        [ $? -eq 0 ] || exit 2
-       
+
        UPDATES=`opkg list-upgradable | cut -d" " -f1`
        [ -z "${UPDATES}" ] && exit 0