DragonFly commits List (threaded) for 2005-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/usr.bin/apply Makefile apply.c
cpressey 2005/01/03 21:45:02 PST
DragonFly src repository
Modified files:
usr.bin/apply Makefile apply.c
Log:
Style(9) cleanup:
- Add braces to multi-line blocks;
- Remove casts to void when ignoring return values;
- Explicitly compare a pointer against NULL;
- Remove a blank line at the start of a function;
- Raise WARNS to 6.
Based-on-patch-submitted-by: Dion Blazakis
<dion_dot_blazakis_at_gmail_dot_com>
Revision Changes Path
1.3 +2 -2 src/usr.bin/apply/Makefile
1.5 +15 -12 src/usr.bin/apply/apply.c
http://www.dragonflybsd.org/cvsweb/src/usr.bin/apply/Makefile.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/apply/apply.c.diff?r1=1.4&r2=1.5&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]