[PATCH 09/14] ram.c: Remove whitespace (squash with previous patch)

Lukas Straub posted 14 patches 2 years, 10 months ago
There is a newer version of this series
[PATCH 09/14] ram.c: Remove whitespace (squash with previous patch)
Posted by Lukas Straub 2 years, 10 months ago
Signed-off-by: Lukas Straub <lukasstraub2@web.de>
---
 migration/ram.c | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/migration/ram.c b/migration/ram.c
index 114901241e..31b9b0b9ec 100644
--- a/migration/ram.c
+++ b/migration/ram.c
@@ -530,24 +530,6 @@ static bool pss_overlap(PageSearchStatus *pss1, PageSearchStatus *pss2)
         (pss1->host_page_start == pss2->host_page_start);
 }

-
-
-
-
-/* split */
-
-
-
-
-
-
-
-/* split */
-
-
-
-
-
 /**
  * save_page_header: write page header to wire
  *
--
2.30.2