mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:07:35 +00:00
Everywhere: Add braces to aggregate initializers
This fixes a couple of warnings emitted by Clang.
This commit is contained in:
parent
98260c5862
commit
2db4709c0c
3 changed files with 4 additions and 4 deletions
|
@ -39,7 +39,7 @@ private:
|
|||
0xe914,
|
||||
// 224.0.0.251
|
||||
{ 0xfb0000e0 },
|
||||
0
|
||||
{ 0 }
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue