Path: utzoo!utgpu!watmath!rbutterworth From: rbutterworth@watmath.waterloo.edu (Ray Butterworth) Newsgroups: comp.lang.c Subject: Re: Standard Indentation etc. Message-ID: <22753@watmath.waterloo.edu> Date: 15 Dec 88 23:31:59 GMT References: <663@htsa.uucp> <832@husc6.harvard.edu> Organization: U of Waterloo, Ontario Lines: 15 In article <832@husc6.harvard.edu>, geoff@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 :-)