Re-indent.

This commit is contained in:
nekral-guest 2011-11-06 18:40:06 +00:00
parent f0a63185c9
commit 7861eaa5ec

View File

@ -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);