Whitespace nits.

This commit is contained in:
simonb 2006-04-06 01:04:22 +00:00
parent 372d44b647
commit 50e818be70
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: socketvar.h,v 1.85 2005/12/13 19:27:56 christos Exp $ */
/* $NetBSD: socketvar.h,v 1.86 2006/04/06 01:04:22 simonb Exp $ */
/*-
* Copyright (c) 1982, 1986, 1990, 1993
@ -162,7 +162,7 @@ do { \
* hint from sosend to lower layer;
* more data coming
*/
#define SS_ISAPIPE 0x800 /* socket is implementing a pipe */
#define SS_ISAPIPE 0x800 /* socket is implementing a pipe */
/*