Remove indent(1) since it barfs on some C99/C11 constructs

This commit is contained in:
Pragmatic Software 2015-04-06 06:43:08 -07:00
parent 6642281b8a
commit 355853c24e
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ sub pretty_format {
print $fh $code;
close $fh;
system("indent", "-kr", $self->{sourcefile});
system("astyle", "-A3 -UHpnfq", $self->{sourcefile});
open $fh, "<$self->{sourcefile}" or die "Couldn't read $self->{sourcefile}: $!";