]> granicus.if.org Git - shadow/commitdiff
Re-indent.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 6 Nov 2011 18:40:06 +0000 (18:40 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 6 Nov 2011 18:40:06 +0000 (18:40 +0000)
libmisc/xgetXXbyYY.c

index b3d2cd1a650bba7e104aec2ef430427fe6bba902..1b0b001337d2b5fa83de8d8bac3997eb3c2f903b 100644 (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);