QUICK CLUSTER: Adjust comment style.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 26 Apr 2011 03:06:19 +0000 (20:06 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 26 Apr 2011 16:26:10 +0000 (09:26 -0700)
PSPP uses primarily /**/ style comments so the use of // comments in
this file sticks out.

Also we generally wrap comments (and code) at 79 columns and try to
write comments as whole sentences, at least where there is room.

Also, usually PSPP avoids multiple blank lines in a row.


No differences found