Clean-ups and reformatting.

Use 4-space indentation consistently.
Replace occurances of:
	if (cond) code;
with:
	if (cond)
		code;
to facilitate putting breakpoints on code.
main
Brian 2007-05-29 14:54:00 -06:00
parent 056c2f249a
commit ccd7b6e8dd
1 changed files with 338 additions and 274 deletions

File diff suppressed because it is too large Load Diff