]> Dogcows Code - chaz/tar/blobdiff - scripts/tar-snapshot-edit
tar: remove trailing white space from source files
[chaz/tar] / scripts / tar-snapshot-edit
index 1fae773eb6afa01bb304792399e26a686f1ee879..a54902fb194b69aeb040bea8e675a0d26fc154f3 100755 (executable)
@@ -211,7 +211,7 @@ sub write_incr_db ($$) {
 sub write_incr_db_0 ($$) {
     my $info = shift;
     my $file = shift;
-    
+
     my $timestamp_sec = $info->[1];
     print $file "$timestamp_sec\n";
 
@@ -226,7 +226,7 @@ sub write_incr_db_0 ($$) {
 sub write_incr_db_1 ($$) {
     my $info = shift;
     my $file = shift;
-    
+
     print $file "GNU tar-1.15-1\n";
 
     my $timestamp_sec = $info->[1];
@@ -246,7 +246,7 @@ sub write_incr_db_1 ($$) {
 sub write_incr_db_2 ($$) {
     my $info = shift;
     my $file = shift;
-    
+
     print $file "GNU tar-1.16-2\n";
 
     my $timestamp_sec = $info->[1];
This page took 0.020717 seconds and 4 git commands to generate.