Fix indentation to match nesting in previous commit

This commit is contained in:
Florian Weimer 2015-05-22 13:35:45 +02:00
parent e69dcccbcb
commit 7348824c39

View 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) \