cvs commit: src/sys/netatalk ddp_input.c
    Robert Watson 
    rwatson at FreeBSD.org
       
    Sun Mar 21 19:48:32 PST 2004
    
    
  
rwatson     2004/03/21 19:48:31 PST
  FreeBSD src repository
  Modified files:
    sys/netatalk         ddp_input.c 
  Log:
  Also modify ddp_input.c with the following changes previously applied
  to other files in netatalk:
  
    Log:
    Since I have my hands all over netatalk adding locking and restructuring
    it, cinch the file's style closer to style(9) with regard to parenthesis:
  
      s/( /(/g
      s/ )/)/g
      s/return(/return (/g
      s/return 0/return (0)/
      s/return 1/return (1)/
  
  Revision  Changes    Path
  1.21      +90 -90    src/sys/netatalk/ddp_input.c
    
    
More information about the cvs-all
mailing list