cvs commit: src/usr.bin/apply Makefile apply.c

Chris Pressey cpressey at crater.dragonflybsd.org
Mon Jan 3 21:46:09 PST 2005


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





More information about the Commits mailing list