Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Aug 2008 16:05:43 GMT
From:      Ed Schouten <ed@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 147237 for review
Message-ID:  <200808121605.m7CG5h8n040439@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=147237

Change 147237 by ed@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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808121605.m7CG5h8n040439>