Skip to content

Commit 6a04b91

Browse files
committed
Clang format
1 parent 2cdbbec commit 6a04b91

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Quake/q_stdinc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,11 @@ COMPILE_TIME_ASSERT (enum, sizeof (THE_DUMMY_ENUM) == sizeof (int));
109109
/* Provide a substitute for offsetof() if we don't have one.
110110
* This variant works on most (but not *all*) systems...
111111
*/
112+
// clang-format off
112113
#ifndef offsetof
113114
#define offsetof(t, m) ((intptr_t)&(((t *)0)->m))
114115
#endif
116+
// clang-format on
115117

116118
/*==========================================================================*/
117119

0 commit comments

Comments
 (0)