summaryrefslogtreecommitdiffstats
path: root/scripts/makepkg-template.pl.in
diff options
context:
space:
mode:
authorJason St. John <jstjohn@purdue.edu>2013-07-22 03:09:58 +0200
committerAllan McRae <allan@archlinux.org>2013-07-30 05:00:25 +0200
commit8e533b0363551febeab7521b21d16ff46a1722aa (patch)
tree0fc1b55cd887449f854580297e0ae99c09bb0f29 /scripts/makepkg-template.pl.in
parent4ad6939980a9c6e6fc12c78d9d4b0d2a69dcc01b (diff)
downloadpacman-8e533b0363551febeab7521b21d16ff46a1722aa.tar.gz
pacman-8e533b0363551febeab7521b21d16ff46a1722aa.tar.xz
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 <jstjohn@purdue.edu> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts/makepkg-template.pl.in')
-rwxr-xr-xscripts/makepkg-template.pl.in2
1 files changed, 1 insertions, 1 deletions
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 <pacman-dev@archlinux.org>.'."\n".
'This is free software; see the source for copying conditions.'."\n".
'There is NO WARRANTY, to the extent permitted by law.'."\n");