From 3473a80a47f2cadc729f3be05fa7485ae5b12e22 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 29 Sep 2013 12:53:47 -0400 Subject: Strip trailing whitespace everywhere. find * -type f -not -name '*.patch' -exec sed -i -r 's/\s+$//' {} + --- src/librefetch/librefetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/librefetch/librefetch') 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 # # This file is part of Parabola. -- cgit v1.2.2