qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Fix some style problems in qobject
@ 2020-12-28  7:11 Zhang Han
  2020-12-28  7:11 ` [PATCH 1/4] qobject: open brace '{' following struct go on the same line Zhang Han
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Zhang Han @ 2020-12-28  7:11 UTC (permalink / raw)
  To: armbru; +Cc: alex.chen, hunongda, qemu-trivial, qemu-devel,
	zhang.zhanghailiang

Some style problems in qobject directory are found by checkpatch.pl. Fix these
style problems.

Zhang Han (4):
  qobject: open brace '{' following struct go on the same line
  qobject: code indent should never use tabs
  qobject: spaces required around that operators
  qobject: braces {} are necessary for all arms of this statement

 qobject/json-parser.c |  3 +--
 qobject/qdict.c       | 12 +++++++-----
 qobject/qjson.c       |  3 +--
 3 files changed, 9 insertions(+), 9 deletions(-)

-- 
2.29.1.59.gf9b6481aed



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-02-01 12:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-28  7:11 [PATCH 0/4] Fix some style problems in qobject Zhang Han
2020-12-28  7:11 ` [PATCH 1/4] qobject: open brace '{' following struct go on the same line Zhang Han
2020-12-28 11:12   ` Philippe Mathieu-Daudé
2021-01-14  2:22     ` [PATCH 0/4] Fix some style problems in qobject zhanghan (J)
2021-02-01  6:16       ` zhanghan (J)
2021-02-01 12:27         ` Markus Armbruster
2020-12-28  7:11 ` [PATCH 2/4] qobject: code indent should never use tabs Zhang Han
2020-12-28  7:11 ` [PATCH 3/4] qobject: spaces required around that operators Zhang Han
2020-12-28  7:11 ` [PATCH 4/4] qobject: braces {} are necessary for all arms of this statement Zhang Han
2020-12-28 11:13   ` Philippe Mathieu-Daudé
2020-12-28  7:45 ` [PATCH 0/4] Fix some style problems in qobject no-reply

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).