mirror of
https://github.com/espressif/openthread.git
synced 2026-07-18 18:14:07 +00:00
[code-style] apply clang-format
This commit is contained in:
@@ -62,7 +62,6 @@ otInstance *otInstanceInitSingle(void)
|
||||
}
|
||||
#endif // #if OPENTHREAD_ENABLE_MULTIPLE_INSTANCES
|
||||
|
||||
|
||||
bool otInstanceIsInitialized(otInstance *aInstance)
|
||||
{
|
||||
Instance &instance = *static_cast<Instance *>(aInstance);
|
||||
|
||||
Reference in New Issue
Block a user