Signed-off-by: John Snow <[email protected]> --- qapi/migration.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/qapi/migration.json b/qapi/migration.json index 5fbd604f995..8096ef64682 100644 --- a/qapi/migration.json +++ b/qapi/migration.json @@ -788,9 +788,8 @@ ## # @MigrationParameter: -# -# Migration parameters enumeration. The enumeration values mirror the -# members of @MigrationParameters. +# Migration parameters enumeration. The enumeration values mirror +# the members of @MigrationParameters. # # Features: # @@ -1756,9 +1755,8 @@ ## # @DirtyRateMeasureMode: -# -# Method used to measure dirty page rate. Differences between -# available methods are explained in `calc-dirty-rate`. +# Method used to measure dirty page rate. Differences between +# available methods are explained in `calc-dirty-rate`. # # @page-sampling: use page sampling # -- 2.55.0
