diff --git a/modules/compiler_vm/languages/_c_base.pm b/modules/compiler_vm/languages/_c_base.pm index c1b4aeb6..0372baa3 100755 --- a/modules/compiler_vm/languages/_c_base.pm +++ b/modules/compiler_vm/languages/_c_base.pm @@ -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}: $!";