[code-style] apply clang-format

This commit is contained in:
Jonathan Hui
2018-02-09 21:43:42 +00:00
parent f8e866c65c
commit 69d98d4a53
401 changed files with 13393 additions and 13112 deletions
+3 -3
View File
@@ -45,9 +45,9 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
const otPanId panId = 0xdead;
otInstance *instance = NULL;
otMessage *message = NULL;
otError error = OT_ERROR_NONE;
bool isSecure;
otMessage * message = NULL;
otError error = OT_ERROR_NONE;
bool isSecure;
VerifyOrExit(size > 0);