Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc/bin/rm



Module Name:    basesrc
Committed By:   enami
Date:           Thu May  2 13:25:10 UTC 2002

Modified Files:
        basesrc/bin/rm: rm.c

Log Message:
- Use four space to indent continuation line.
- Put a space after the C language keyword ``switch''.
- Put an empty line if a function doesn't have local variable.
- Use do { } while (/*CONSTCOND*/ 0) instead of { } to protect a multi
  statement macro


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 basesrc/bin/rm/rm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index