From: Andy Polyakov Date: Tue, 18 Sep 2007 20:48:39 +0000 (+0000) Subject: Remove excessive whitespaces from bio.h X-Git-Tag: OpenSSL_0_9_8k^2~696 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=716b87a026c124dfb6738d8b64946371005a4533;p=oweals%2Fopenssl.git Remove excessive whitespaces from bio.h --- diff --git a/crypto/bio/bio.h b/crypto/bio/bio.h index 26a17072f0..4eade9575e 100644 --- a/crypto/bio/bio.h +++ b/crypto/bio/bio.h @@ -130,8 +130,8 @@ extern "C" { /* dgram BIO stuff */ #define BIO_CTRL_DGRAM_CONNECT 31 /* BIO dgram special */ #define BIO_CTRL_DGRAM_SET_CONNECTED 32 /* allow for an externally - * connected socket to be - * passed in */ + * connected socket to be + * passed in */ #define BIO_CTRL_DGRAM_SET_RECV_TIMEOUT 33 /* setsockopt, essentially */ #define BIO_CTRL_DGRAM_GET_RECV_TIMEOUT 34 /* getsockopt, essentially */ #define BIO_CTRL_DGRAM_SET_SEND_TIMEOUT 35 /* setsockopt, essentially */ @@ -147,14 +147,14 @@ extern "C" { #define BIO_CTRL_DGRAM_QUERY_MTU 40 /* as kernel for current MTU */ #define BIO_CTRL_DGRAM_GET_MTU 41 /* get cached value for MTU */ #define BIO_CTRL_DGRAM_SET_MTU 42 /* set cached value for - * MTU. want to use this - * if asking the kernel - * fails */ + * MTU. want to use this + * if asking the kernel + * fails */ #define BIO_CTRL_DGRAM_MTU_EXCEEDED 43 /* check whether the MTU - * was exceed in the - * previous write - * operation */ + * was exceed in the + * previous write + * operation */ #define BIO_CTRL_DGRAM_SET_PEER 44 /* Destination for the data */