]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix indentation to match nesting in previous commit
authorFlorian Weimer <fweimer@redhat.com>
Fri, 22 May 2015 11:35:45 +0000 (13:35 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 22 May 2015 11:35:45 +0000 (13:35 +0200)
libio/libioP.h

index 784a47b74339340fd93cf232b63324bb312d4dad..0f16e2dbd1bf37561ab619e8f26f05ae77ad74ff 100644 (file)
@@ -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) \