Changeset 7367c31 in mainline


Ignore:
Timestamp:
2017-06-02T16:36:05Z (7 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9ce911d
Parents:
d6be097
Message:

cstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/stddef.h

    rd6be097 r7367c31  
    4242#endif
    4343
    44 #define offsetof(type,member) ((size_t) &(((type *) 0)->member))
     44#define offsetof(type, member) \
     45        ((size_t) &(((type *) 0)->member))
    4546
    4647#endif
Note: See TracChangeset for help on using the changeset viewer.