diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-05-10 21:56:03 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-05-10 21:56:03 -0400 |
commit | 9aa40b5189c5324e3d83cf78c78dca92dfda842d (patch) | |
tree | 48d093047e3a0cee7ef36adc9337f8d13d00db34 /src | |
parent | 222856031fbbf314e8e47db414225756a9c6fba2 (diff) |
fix whitespace (one line had 8 spaces instead of a tab)
Diffstat (limited to 'src')
-rwxr-xr-x | src/librefetch/librefetch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librefetch/librefetch b/src/librefetch/librefetch index fdc7e00..49159f5 100755 --- a/src/librefetch/librefetch +++ b/src/librefetch/librefetch @@ -264,7 +264,7 @@ makepkg_modify=' } /tidy_install\(\) \{/,/^\}$/ { - /for .*PURGE_TARGETS/itidy_install_purge + /for .*PURGE_TARGETS/itidy_install_purge /for .*PURGE_TARGETS/,/done/d /^\}$/ifind . -exec touch --no-dereference --date="1990-01-01 0:0:0 +0" -- {} + } |