mirror of
https://github.com/espressif/openthread.git
synced 2026-06-06 05:24:51 +00:00
[clang-format] use AllowShortFunctionsOnASingleLine: All (#8502)
This commit updates `AllowShortFunctionsOnASingleLine` to `All` from `InlineOnly`.
This commit is contained in:
committed by
GitHub
parent
48c0582e4e
commit
99a615bec2
@@ -300,14 +300,9 @@ const char *Notifier::EventToString(Event aEvent) const
|
||||
|
||||
#else // #if OT_SHOULD_LOG_AT( OT_LOG_LEVEL_INFO)
|
||||
|
||||
void Notifier::LogEvents(Events) const
|
||||
{
|
||||
}
|
||||
void Notifier::LogEvents(Events) const {}
|
||||
|
||||
const char *Notifier::EventToString(Event) const
|
||||
{
|
||||
return "";
|
||||
}
|
||||
const char *Notifier::EventToString(Event) const { return ""; }
|
||||
|
||||
#endif // #if OT_SHOULD_LOG_AT( OT_LOG_LEVEL_INFO)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user