From: Florian Weimer Date: Fri, 22 May 2015 11:35:45 +0000 (+0200) Subject: Fix indentation to match nesting in previous commit X-Git-Tag: glibc-2.22~281 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7348824c39c45d401f62f724ecad4e3479180578;p=thirdparty%2Fglibc.git Fix indentation to match nesting in previous commit --- diff --git a/libio/libioP.h b/libio/libioP.h index 784a47b7433..0f16e2dbd1b 100644 --- a/libio/libioP.h +++ b/libio/libioP.h @@ -113,7 +113,7 @@ extern "C" { violation in case THIS has a different pointer type. */ #define _IO_CAST_FIELD_ACCESS(THIS, TYPE, MEMBER) \ (*(_IO_MEMBER_TYPE (TYPE, MEMBER) *)(((char *) (THIS)) \ - + offsetof(TYPE, MEMBER))) + + offsetof(TYPE, MEMBER))) #define _IO_JUMPS(THIS) (THIS)->vtable #define _IO_JUMPS_FILE_plus(THIS) \