Introduce whitespace to make it easier to reroll the series.
Signed-off-by: Lukas Straub <lukasstraub2@web.de>
---
migration/ram.c | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/migration/ram.c b/migration/ram.c
index 20428ccf42..475c04a18b 100644
--- a/migration/ram.c
+++ b/migration/ram.c
@@ -602,6 +602,12 @@ static void *do_data_compress(void *opaque)
return NULL;
}
+
+
+/* split */
+
+
+
static void compress_threads_save_cleanup(void)
{
int i, thread_count;
@@ -641,6 +647,12 @@ static void compress_threads_save_cleanup(void)
comp_param = NULL;
}
+
+
+/* split */
+
+
+
static int compress_threads_save_setup(void)
{
int i, thread_count;
--
2.30.2