mirror of
https://github.com/espressif/openthread.git
synced 2026-09-19 23:47:33 +00:00
[clang-format] use AllowShortFunctionsOnASingleLine: All (#8502)
This commit updates `AllowShortFunctionsOnASingleLine` to `All` from `InlineOnly`.
This commit is contained in:
@@ -109,10 +109,7 @@ void test_addr_sizes(void)
|
||||
VerifyOrQuit(sizeof(otNetifAddress) == otNetifAddress_Size_c(), "otNetifAddress should the same in C & C++");
|
||||
}
|
||||
|
||||
void test_addr_bitfield(void)
|
||||
{
|
||||
VerifyOrQuit(CreateNetif_c().mScopeOverrideValid == true, "test_addr_size_cpp");
|
||||
}
|
||||
void test_addr_bitfield(void) { VerifyOrQuit(CreateNetif_c().mScopeOverrideValid == true, "test_addr_size_cpp"); }
|
||||
|
||||
void test_packed_alignment(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user