uncrustify

This commit is contained in:
William Woodall 2015-12-12 16:29:43 -08:00
parent 34ae477e28
commit 20373465fe

View file

@ -204,7 +204,7 @@ typedef _Atomic (uintmax_t) atomic_uintmax_t;
default: \
break; \
} \
} while (0) \
} while (0); \
__pragma(warning(pop))
#define rcl_win32_atomic_compare_exchange_weak(object, out, expected, desired) \
@ -227,7 +227,7 @@ typedef _Atomic (uintmax_t) atomic_uintmax_t;
default: \
break; \
} \
} while (0) \
} while (0); \
__pragma(warning(pop))
#define rcl_win32_atomic_fetch_add(object, out, operand) \
@ -247,7 +247,7 @@ typedef _Atomic (uintmax_t) atomic_uintmax_t;
default: \
break; \
} \
} while (0) \
} while (0); \
__pragma(warning(pop))
#define rcl_win32_atomic_fetch_and(object, out, operand) \
@ -267,7 +267,7 @@ typedef _Atomic (uintmax_t) atomic_uintmax_t;
default: \
break; \
} \
} while (0) \
} while (0); \
__pragma(warning(pop))
#define rcl_win32_atomic_fetch_or(object, out, operand) \
@ -287,7 +287,7 @@ typedef _Atomic (uintmax_t) atomic_uintmax_t;
default: \
break; \
} \
} while (0) \
} while (0); \
__pragma(warning(pop))
#define rcl_win32_atomic_fetch_sub(object, out, operand) \
@ -310,7 +310,7 @@ typedef _Atomic (uintmax_t) atomic_uintmax_t;
default: \
break; \
} \
} while (0) \
} while (0); \
__pragma(warning(pop))
#define rcl_win32_atomic_load(object, out) \
@ -330,7 +330,7 @@ typedef _Atomic (uintmax_t) atomic_uintmax_t;
default: \
break; \
} \
} while (0) \
} while (0); \
__pragma(warning(pop))
#define rcl_win32_atomic_store(object, desired) \