mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Fix indentation to match nesting in previous commit
This commit is contained in:
parent
e69dcccbcb
commit
7348824c39
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user