mirror of
https://github.com/pragma-/pbot.git
synced 2024-12-24 11:42:35 +01:00
Remove indent(1) since it barfs on some C99/C11 constructs
This commit is contained in:
parent
6642281b8a
commit
355853c24e
@ -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}: $!";
|
||||
|
Loading…
Reference in New Issue
Block a user