summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>2014-03-06 13:37:22 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-03-06 07:08:00 -0800
commit4e94da46fdbb140e18a22b3af3f59e989d779b80 (patch)
tree5d8ddb378c3c8b4936022b2ab4dd36d8c6aa7040 /scripts
parentc365103029b194263c05a512889fa6efcc98c728 (diff)
downloadsubsurface-4e94da46fdbb140e18a22b3af3f59e989d779b80.tar.gz
Make it executable and remove magic whitespace on shebang line.
Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x[-rw-r--r--]scripts/whitespace.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/whitespace.pl b/scripts/whitespace.pl
index 0340d25fb..cc7c6511b 100644..100755
--- a/scripts/whitespace.pl
+++ b/scripts/whitespace.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#!/usr/bin/perl
my $input = $ARGV[0];
my $source = `clang-format $input`;