提交 474c7a2f 编写于 作者: M Michal Privoznik

virstringtest: Fix alignment of backslashes

We don't try to right align the backslashes anymore.
Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
上级 450bf83a
...@@ -1119,9 +1119,9 @@ mymain(void) ...@@ -1119,9 +1119,9 @@ mymain(void)
#define TEST_FILTER_CHARS(str, filter, res) \ #define TEST_FILTER_CHARS(str, filter, res) \
do { \ do { \
struct testFilterData filterData = { \ struct testFilterData filterData = { \
.string = str, \ .string = str, \
.valid = filter, \ .valid = filter, \
.result = res, \ .result = res, \
}; \ }; \
if (virTestRun("Filter chars from " #str, \ if (virTestRun("Filter chars from " #str, \
testFilterChars, &filterData) < 0) \ testFilterChars, &filterData) < 0) \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册