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