From 8e533b0363551febeab7521b21d16ff46a1722aa Mon Sep 17 00:00:00 2001 From: "Jason St. John" Date: Mon, 22 Jul 2013 03:09:58 +0200 Subject: Fix whitespace in makepkg.sh.in and makepkg-template.pl.in Replace spaces with tabs in one instance. Remove extra spaces. Signed-off-by: Jason St. John Signed-off-by: Allan McRae --- scripts/makepkg-template.pl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/makepkg-template.pl.in') diff --git a/scripts/makepkg-template.pl.in b/scripts/makepkg-template.pl.in index 567514e1..03dd6b83 100755 --- a/scripts/makepkg-template.pl.in +++ b/scripts/makepkg-template.pl.in @@ -185,7 +185,7 @@ sub usage { sub version { my ($exitstatus) = @_; printf "makepkg-template (pacman) %s\n", '@PACKAGE_VERSION@'; - print gettext( + print gettext( 'Copyright (c) 2013 Pacman Development Team .'."\n". 'This is free software; see the source for copying conditions.'."\n". 'There is NO WARRANTY, to the extent permitted by law.'."\n"); -- cgit v1.2.3-54-g00ecf