]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qobject/qjson.c
Merge tag 'pull-maintainer-may24-160524-2' of https://gitlab.com/stsquad/qemu into...
[mirror_qemu.git] / qobject / qjson.c
index bcc376e6267ea7688c87c73869f9c50a635d14bc..167fcb429c90bd7ed78b6f3bf71218ac35f02b4c 100644 (file)
@@ -22,8 +22,7 @@
 #include "qapi/qmp/qnum.h"
 #include "qapi/qmp/qstring.h"
 
-typedef struct JSONParsingState
-{
+typedef struct JSONParsingState {
     JSONMessageParser parser;
     QObject *result;
     Error *err;