diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-09-29 12:53:47 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-09-29 18:48:52 -0400 |
commit | 3473a80a47f2cadc729f3be05fa7485ae5b12e22 (patch) | |
tree | 11389bfb491fb51a09c254c7c8f9142b18a68b42 /src/librefetch | |
parent | 76ddd033cdd42887be4a0723e613df0f9e9c4b6a (diff) |
Strip trailing whitespace everywhere.
find * -type f -not -name '*.patch' -exec sed -i -r 's/\s+$//' {} +
Diffstat (limited to 'src/librefetch')
-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 19942ef..52aea9a 100755 --- a/src/librefetch/librefetch +++ b/src/librefetch/librefetch @@ -1,6 +1,6 @@ #!/usr/bin/env bash # librefetch -# +# # Copyright 2013 Luke Shumaker <lukeshu@sbcglobal.net> # # This file is part of Parabola. |