-P oder --pad=all
Aus:
if (isFoo) a = bar((b-c)*a,*d--);
wird:
if ( isFoo ) a = bar( ( b - c ) * a, *d-- );
Um Klammern und Operatorsymbole Leerzeichen einfügen.
Vorherige Folie
Nächste Folie
Zurück zur ersten Folie
Graphik-Version anzeigen