diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/bootstate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/bootstate.h b/src/include/bootstate.h index 26598f7078..efe72322d3 100644 --- a/src/include/bootstate.h +++ b/src/include/bootstate.h @@ -150,7 +150,7 @@ struct boot_state_callback { INIT_BOOT_STATE_CALLBACK_DEBUG(bscb_) \ bscb_->callback = func_; \ bscb_->arg = arg_ \ - } while(0) + } while (0) /* The following 2 functions schedule a callback to be called on entry/exit * to a given state. Note that there are no ordering guarantees between the |