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>
This commit is contained in:
Cristian Ionescu-Idbohrn 2014-03-06 13:37:22 +01:00 committed by Dirk Hohndel
parent c365103029
commit 4e94da46fd

2
scripts/whitespace.pl Normal file → Executable file
View file

@ -1,4 +1,4 @@
#! /usr/bin/perl #!/usr/bin/perl
my $input = $ARGV[0]; my $input = $ARGV[0];
my $source = `clang-format $input`; my $source = `clang-format $input`;