[perltidy]
authorHeiko Schlittermann (JUMPER) <hs@schlittermann.de>
Tue, 17 Dec 2013 23:43:01 +0100
changeset 15 91c0492cd6a6
parent 14 d9b06b08b28d
child 16 ff6eafd276b4
[perltidy]
bin/amdumpext
--- a/bin/amdumpext	Tue Dec 17 15:58:28 2013 +0100
+++ b/bin/amdumpext	Tue Dec 17 23:43:01 2013 +0100
@@ -52,7 +52,7 @@
     CALCSIZE        => NO,     # estimate --calcsize
                                #
     RECORD          => YES,    # --record
-    COLLECTION	    => NO,
+    COLLECTION      => NO,
 );
 
 sub exec_support;
@@ -81,6 +81,7 @@
 
 MAIN: {
     my $command = shift // pod2usage;
+
     #warn "<<< $command | @ARGV >>>\n";
     GetOptions(
         'config=s'    => \$opt_config,
@@ -443,8 +444,9 @@
 
 sub exec_restore {
     if (not @_ or $_[0] eq '.') {
-	# complete file system restore
-	exec 'restore', '-yrf', '-';
+
+        # complete file system restore
+        exec 'restore', '-yrf', '-';
     }
 
     # just some files - in this mode