We don't try to right align the backslashes anymore.

Signed-off-by: Michal Privoznik <mpriv...@redhat.com>
---

Pushed under trivial & build breaker rules.

 tests/virstringtest.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/virstringtest.c b/tests/virstringtest.c
index e8518ede1..1230aba5b 100644
--- a/tests/virstringtest.c
+++ b/tests/virstringtest.c
@@ -1119,9 +1119,9 @@ mymain(void)
 #define TEST_FILTER_CHARS(str, filter, res) \
     do { \
         struct testFilterData filterData = { \
-            .string = str,  \
+            .string = str, \
             .valid = filter, \
-            .result = res,  \
+            .result = res, \
         }; \
         if (virTestRun("Filter chars from " #str, \
                        testFilterChars, &filterData) < 0) \
-- 
2.13.6

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to