Author: pfg
Date: Thu Apr 17 01:43:15 2014
New Revision: 264581
URL: http://svnweb.freebsd.org/changeset/base/264581

Log:
  Minor style(9) cleanups
  
  #define should be followed by a tab.
  
  MFC after:    3 days

Modified:
  head/usr.bin/printf/printf.c

Modified: head/usr.bin/printf/printf.c
==============================================================================
--- head/usr.bin/printf/printf.c        Thu Apr 17 00:34:51 2014        
(r264580)
+++ head/usr.bin/printf/printf.c        Thu Apr 17 01:43:15 2014        
(r264581)
@@ -61,13 +61,13 @@ static const char rcsid[] =
 #include <wchar.h>
 
 #ifdef SHELL
-#define main printfcmd
+#define        main printfcmd
 #include "bltin/bltin.h"
 #include "error.h"
 #include "options.h"
 #endif
 
-#define PF(f, func) do {                                               \
+#define        PF(f, func) do {                                                
\
        char *b = NULL;                                                 \
        if (havewidth)                                                  \
                if (haveprec)                                           \
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to