[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/7] qapi: Primarily whitespace tweaks
From: |
Andrea Bolognani |
Subject: |
[PATCH 0/7] qapi: Primarily whitespace tweaks |
Date: |
Fri, 29 Apr 2022 17:47:51 +0200 |
The last patch could very reasonably be squashed into the previous
one, but since the changes could be considered more controversial I
thought it would be better if the two could be reviewed and judged
separately.
Andrea Bolognani (7):
qapi: Drop stray trailing symbol
qapi: Fix comment indentation
qapi: Add missing separators between sections
qapi: Drop unnecessary empty lines in comments
qapi: Drop unnecessary empty lines outside of comments
qapi: Drop unnecessary horizontal spacing in comments
qapi: Drop more unnecessary horizontal spacing in comments
qapi/audio.json | 1 -
qapi/block-core.json | 97 ++++++++++++++++++----------------------
qapi/block-export.json | 2 +-
qapi/block.json | 13 +++---
qapi/char.json | 10 ++---
qapi/common.json | 2 -
qapi/control.json | 13 +++---
qapi/crypto.json | 62 ++++++++++++-------------
qapi/dump.json | 4 +-
qapi/job.json | 1 -
qapi/machine-target.json | 1 -
qapi/machine.json | 12 +++--
qapi/migration.json | 19 ++++----
qapi/misc-target.json | 13 ++----
qapi/misc.json | 6 +--
qapi/replay.json | 1 -
qapi/run-state.json | 10 ++---
qapi/sockets.json | 6 +--
qapi/ui.json | 70 ++++++++++-------------------
19 files changed, 136 insertions(+), 207 deletions(-)
--
2.35.1
- [PATCH 0/7] qapi: Primarily whitespace tweaks,
Andrea Bolognani <=
- [PATCH 1/7] qapi: Drop stray trailing symbol, Andrea Bolognani, 2022/04/29
- [PATCH 2/7] qapi: Fix comment indentation, Andrea Bolognani, 2022/04/29
- [PATCH 4/7] qapi: Drop unnecessary empty lines in comments, Andrea Bolognani, 2022/04/29
- [PATCH 5/7] qapi: Drop unnecessary empty lines outside of comments, Andrea Bolognani, 2022/04/29
- [PATCH 3/7] qapi: Add missing separators between sections, Andrea Bolognani, 2022/04/29
- [PATCH 6/7] qapi: Drop unnecessary horizontal spacing in comments, Andrea Bolognani, 2022/04/29
- [PATCH 7/7] qapi: Drop more unnecessary horizontal spacing in comments, Andrea Bolognani, 2022/04/29