[rubygem-icalendar/f14/master: 3/3] Whitespcae cleanup. \t -> \s\s\s\s

Mark Chappell tremble at fedoraproject.org
Wed Sep 8 05:13:12 UTC 2010


commit 334048052ac2c98f617bd43bc32ee1f403473fdc
Author: Mark Chappell <tremble at tremble.org.uk>
Date:   Wed Sep 8 07:09:28 2010 +0200

    Whitespcae cleanup. \t -> \s\s\s\s

 rubygem-icalendar.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-icalendar.spec b/rubygem-icalendar.spec
index ea85e30..6b3766e 100644
--- a/rubygem-icalendar.spec
+++ b/rubygem-icalendar.spec
@@ -50,7 +50,7 @@ rm -rf %{buildroot}%{geminstdir}/lib/icalendar/conversions.rb.orig
 pushd %{buildroot}%{geminstdir}
 for file in Rakefile test.ical test.ics
 do
-	dos2unix -k $file
+    dos2unix -k $file
 done
 popd
 
@@ -61,7 +61,7 @@ chmod 0755 %{buildroot}%{geminstdir}/test2.rb
 find %{buildroot}%{geminstdir}/test \
     -type f -name '*.rb' | xargs chmod 0644
 find %{buildroot}%{geminstdir}/test \
-     -type f -name '*.rb' | \
+    -type f -name '*.rb' | \
        xargs -n 1 sed -i -e '/^#!\/usr\/.*ruby.*/d'
 # ... and the examples are valid scripts ...    
 find %{buildroot}%{geminstdir}/examples \


More information about the scm-commits mailing list