diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x[-rw-r--r--] | scripts/whitespace.pl | 2 |
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`; |