about summary refs log tree commit diff stats
path: root/js-merge-helper.pl
diff options
context:
space:
mode:
Diffstat (limited to 'js-merge-helper.pl')
-rw-r--r--js-merge-helper.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/js-merge-helper.pl b/js-merge-helper.pl
index eb7e660..34216c5 100644
--- a/js-merge-helper.pl
+++ b/js-merge-helper.pl
@@ -50,7 +50,7 @@ while (@ARGV) {
 	my @fn = split /\//, $jsfile;
 	my $fn = pop @fn;
 	$fn =~ /^(.*)\.js$/;
-	
+
 	$define = "JS_".uc($1);
 	$define =~ s/\-/_/;