Subject: CVS commit: basesrc/bin/rm
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 05/02/2002 16:25:11
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.