[pacman-dev] [PATCH 3/4] Fix trailing withespace

Sebastien Luttringer seblu at seblu.net
Tue Aug 16 03:21:55 EDT 2011


Let newline as Allan like

Signed-off-by: Sebastien Luttringer <seblu at seblu.net>
---
 scripts/makepkg.sh.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index 6049b45..af658e6 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -439,8 +439,8 @@ check_deps() {
 	local ret=0
 	local pmout
 	pmout=$(run_pacman -T "$@") || ret=$?
-	set -E 
-	
+	set -E
+
 	if (( ret == 127 )); then #unresolved deps
 		echo "$pmout"
 	elif (( ret )); then
-- 
Sebastien "Seblu" Luttringer



More information about the pacman-dev mailing list