minor stylecheck cleanups

This commit is contained in:
Karl Palsson 2016-02-29 21:30:31 +00:00
parent 57c7ba3283
commit ba9cb7dc5d
3 changed files with 5 additions and 5 deletions

View File

@ -165,7 +165,7 @@ static inline uint32_t __cm_atomic_set(uint32_t *val)
}
#define __CM_SAVER(state) \
__val = state, \
__val = (state), \
__save __attribute__((__cleanup__(__cm_atomic_set))) = \
__cm_atomic_set(&__val)