mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00
qobject: open brace '{' following struct go on the same line
Put open brace '{' on the same line of struct. Signed-off-by: Zhang Han <zhanghan64@huawei.com> Message-Id: <20201228071129.24563-2-zhanghan64@huawei.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
fb246f0590
commit
5086c9973a
2 changed files with 2 additions and 4 deletions
|
@ -31,8 +31,7 @@ struct JSONToken {
|
|||
char str[];
|
||||
};
|
||||
|
||||
typedef struct JSONParserContext
|
||||
{
|
||||
typedef struct JSONParserContext {
|
||||
Error *err;
|
||||
JSONToken *current;
|
||||
GQueue *buf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue