mirror of
https://github.com/espressif/openthread.git
synced 2026-09-09 18:50:07 +00:00
[clang-format] apply v14 changes (#8490)
This commit is contained in:
@@ -73,7 +73,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
|
||||
const otPanId panId = 0xdead;
|
||||
|
||||
otInstance *instance = nullptr;
|
||||
uint8_t * buf = nullptr;
|
||||
uint8_t *buf = nullptr;
|
||||
|
||||
VerifyOrExit(size <= 65536);
|
||||
|
||||
|
||||
@@ -498,8 +498,8 @@ void otPlatSettingsWipe(otInstance *aInstance)
|
||||
|
||||
otError otPlatDiagProcess(otInstance *aInstance,
|
||||
uint8_t aArgsLength,
|
||||
char * aArgs[],
|
||||
char * aOutput,
|
||||
char *aArgs[],
|
||||
char *aOutput,
|
||||
size_t aOutputMaxLen)
|
||||
{
|
||||
OT_UNUSED_VARIABLE(aInstance);
|
||||
|
||||
@@ -61,8 +61,8 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
|
||||
{
|
||||
const otPanId panId = 0xdead;
|
||||
|
||||
otInstance * instance = nullptr;
|
||||
otMessage * message = nullptr;
|
||||
otInstance *instance = nullptr;
|
||||
otMessage *message = nullptr;
|
||||
otError error = OT_ERROR_NONE;
|
||||
otMessageSettings settings;
|
||||
|
||||
|
||||
@@ -71,7 +71,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
|
||||
const otPanId panId = 0xdead;
|
||||
|
||||
otInstance *instance = nullptr;
|
||||
uint8_t * buf = nullptr;
|
||||
uint8_t *buf = nullptr;
|
||||
|
||||
VerifyOrExit(size <= 65536);
|
||||
|
||||
|
||||
@@ -61,9 +61,9 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
|
||||
{
|
||||
const otPanId panId = 0xdead;
|
||||
|
||||
otInstance * instance = nullptr;
|
||||
otInstance *instance = nullptr;
|
||||
otRadioFrame frame;
|
||||
uint8_t * buf = nullptr;
|
||||
uint8_t *buf = nullptr;
|
||||
|
||||
VerifyOrExit(size <= OT_RADIO_FRAME_MAX_SIZE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user