19 Dec
2001
19 Dec
'01
7:30 p.m.
I used it on video.c and the comments were virtually untouched.
You were lucky! :-) I am all for using indent. Our mishmash of coding styles is a nuisance. I have similar issues at work. If one cleans up the indenting, then the diff gets big, and at work, we have to have a code walkthrough of all the changes, so one tends not to be motivated to clean up other's indenting. As a result, older code has inconsistencies. In our case, indent will work fine. But I guarantee you won't be so lucky with the comments in other cases ... I also favor expanding tabs to spaces. Tim