From: nekral-guest Date: Sun, 6 Nov 2011 18:40:06 +0000 (+0000) Subject: Re-indent. X-Git-Tag: 4.1.5~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7861eaa5ecce5329db0e46266393821c925a8184;p=thirdparty%2Fshadow.git Re-indent. --- diff --git a/libmisc/xgetXXbyYY.c b/libmisc/xgetXXbyYY.c index b3d2cd1a6..1b0b00133 100644 --- a/libmisc/xgetXXbyYY.c +++ b/libmisc/xgetXXbyYY.c @@ -91,7 +91,7 @@ errno = 0; status = REENTRANT_NAME(ARG_NAME, result, buffer, length, &resbuf); - if ((0 ==status) && (resbuf == result)) { + if ((0 == status) && (resbuf == result)) { /* Build a result structure that can be freed by * the shadow *_free functions. */ LOOKUP_TYPE *ret_result = DUP_FUNCTION(result);