From patchwork Fri Dec 11 17:07:21 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Ellcey X-Patchwork-Id: 9984 Received: (qmail 33463 invoked by alias); 11 Dec 2015 17:07:29 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 33399 invoked by uid 89); 11 Dec 2015 17:07:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, SPF_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mailapp01.imgtec.com From: "Steve Ellcey " Date: Fri, 11 Dec 2015 09:07:21 -0800 To: Subject: [Patch 2/N] Indentation change to fix build with latest GCC User-Agent: Heirloom mailx 12.5 6/20/10 MIME-Version: 1.0 Message-ID: <4430f51e-0099-451e-b9f2-2e283e3756d6@BAMAIL02.ba.imgtec.org> Here is another indentation patch to fix the GLIBC build when using the latest GCC. Checked in as obvious. Steve Ellcey sellcey@imgtec.com 2015-12-11 Steve Ellcey * stdio-common/vfscanf.c (_IO_vfscanf_internal): Fix indentation. diff --git a/stdio-common/vfscanf.c b/stdio-common/vfscanf.c index 1382eb5..1963c31 100644 --- a/stdio-common/vfscanf.c +++ b/stdio-common/vfscanf.c @@ -1711,7 +1711,7 @@ _IO_vfscanf_internal (_IO_FILE *s, const char *format, _IO_va_list argptr, /* The last thousands character will be added back by the char_buffer_add below. */ - --charbuf.current; + --charbuf.current; #endif } else