debian: Fix tab/space issues
[sliver-openvswitch.git] / debian / openvswitch-switch.postrm
index 6ff5ec2..e4a736a 100755 (executable)
@@ -23,17 +23,17 @@ case "$1" in
     purge)
         rm -f /etc/openvswitch-switch/conf
         rm -f /etc/openvswitch-switch/.conf.~lock~
-       rm -f /etc/default/openvswitch-switch
+        rm -f /etc/default/openvswitch-switch
         rm -f /var/log/openvswitch/*
-       ;;
+        ;;
 
     remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-       ;;
+        ;;
 
     *)
         echo "postrm called with unknown argument \`$1'" >&2
         exit 1
-       ;;
+        ;;
 esac
 
 # dh_installdeb will replace this with shell code automatically