Standard Indentation etc.

Ray Butterworth rbutterworth at watmath.waterloo.edu
Fri Dec 16 09:31:59 AEST 1988


In article <832 at husc6.harvard.edu>, geoff at endor.harvard.edu (Geoff Clemm) writes:
>   while (1) {            while (1) {
>      first;             first;
>      second();              second();
>      etc; }/*while*/;           etc;
>                     }/*while*/;

Another aspect of "Standard Indentation etc." is "where are the tabs set"?

Thew above is how your example appeared to me.
You obviously made an incorrect assumption that my tabs were set
to something other than every 4.
Either that, or you have a strange idea of how things should be
formatted :-)




More information about the Comp.lang.c mailing list