mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:33:24 +00:00
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:
parent
c365103029
commit
4e94da46fd
1 changed files with 1 additions and 1 deletions
2
scripts/whitespace.pl
Normal file → Executable file
2
scripts/whitespace.pl
Normal file → Executable 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`;
|
||||||
|
|
Loading…
Add table
Reference in a new issue