[PATCH] Make it executable and remove magic whitespace on shebang line.

Cristian Ionescu-Idbohrn cristian.ionescu-idbohrn at axis.com
Thu Mar 6 04:37:22 PST 2014


Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn at axis.com>
---
 scripts/whitespace.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 mode change 100644 => 100755 scripts/whitespace.pl

diff --git a/scripts/whitespace.pl b/scripts/whitespace.pl
old mode 100644
new mode 100755
index 0340d25..cc7c651
--- 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`;
-- 
1.9.0



More information about the subsurface mailing list