[libvirt] [PATCH] virstringtest: Fix alignment of backslashes

Michal Privoznik posted 1 patch 6 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/474c7a2ffa74d6acc93d0749a899e851dc2cc94d.1515054685.git.mprivozn@redhat.com
tests/virstringtest.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[libvirt] [PATCH] virstringtest: Fix alignment of backslashes
Posted by Michal Privoznik 6 years, 3 months ago
We don't try to right align the backslashes anymore.

Signed-off-by: Michal Privoznik <mprivozn@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