PERFORCE change 147237 for review
Ed Schouten
ed at FreeBSD.org
Tue Aug 12 16:05:44 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=147237
Change 147237 by ed at ed_dull on 2008/08/12 16:05:14
Small style(9) fix. Tab after #define.
Affected files ...
.. //depot/projects/mpsafetty/sys/sys/termios.h#5 edit
Differences ...
==== //depot/projects/mpsafetty/sys/sys/termios.h#5 (text+ko) ====
@@ -108,7 +108,7 @@
#define OPOST 0x00000001 /* enable following output processing */
#ifndef _POSIX_SOURCE
#define ONLCR 0x00000002 /* map NL to CR-NL (ala CRMOD) */
-#define TAB3 0x00000004 /* expand tabs to spaces */
+#define TAB3 0x00000004 /* expand tabs to spaces */
#ifndef _KERNEL
#define OXTABS TAB3
#endif /* !_KERNEL */
More information about the p4-projects
mailing list