#PrettyPrint.c
09-Jan-88 11:52:15
Sb: #102289-#PrettyPrint.c
Fm: Richard Rae/SYSOP 76703,4253
To: Don Curtis/SYSOP 76703,4321
Interesting, different strokes again. I stay consistent by ALWAYS having my
open/close braces in exactly the same column for each level of indention
(indenture? 8). Thusly:
short walk()
{ char broiled; long time_coming;
do_something(); if(finished_doing_something)
{
do_something_else();
do_some_more_stuff();
} grab_a_nap(); return(to_sender); }
This makes it easier to keep straight in my feeble mind. But as I've said
before, whatever wanks yer cookies.
Rick