git: sbin/hammer: trivial coding style fix

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Wed Feb 18 11:19:41 PST 2015


commit ef63add428c6aec989dac29f9223e6a28c88d9e0
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Wed Feb 18 23:52:16 2015 +0900

    sbin/hammer: trivial coding style fix
    
    - Trivial coding style fix to a commit 24dd5805.
    
    - Add parenthesis as hammer code mostly prefers "return(retval);"
      to "return retval;".

Summary of changes:
 sbin/hammer/ondisk.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ef63add428c6aec989dac29f9223e6a28c88d9e0


-- 
DragonFly BSD source repository



More information about the Commits mailing list