mirror of
https://github.com/espressif/openthread.git
synced 2026-08-22 10:29:52 +00:00
[clang-format] use AllowShortFunctionsOnASingleLine: All (#8502)
This commit updates `AllowShortFunctionsOnASingleLine` to `All` from `InlineOnly`.
This commit is contained in:
@@ -150,10 +150,7 @@ void TestHeapString(void)
|
||||
printf("\n -- PASS\n");
|
||||
}
|
||||
|
||||
void PrintData(const Heap::Data &aData)
|
||||
{
|
||||
DumpBuffer("data", aData.GetBytes(), aData.GetLength());
|
||||
}
|
||||
void PrintData(const Heap::Data &aData) { DumpBuffer("data", aData.GetBytes(), aData.GetLength()); }
|
||||
|
||||
static const uint8_t kTestValue = 0x77;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user