[code-style] apply clang-format

This commit is contained in:
Jonathan Hui
2018-02-06 14:14:57 -08:00
parent f8e866c65c
commit 69d98d4a53
401 changed files with 13393 additions and 13112 deletions
-1
View File
@@ -62,7 +62,6 @@ otInstance *otInstanceInitSingle(void)
}
#endif // #if OPENTHREAD_ENABLE_MULTIPLE_INSTANCES
bool otInstanceIsInitialized(otInstance *aInstance)
{
Instance &instance = *static_cast<Instance *>(aInstance);