]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdlib/tst-strfrom.h
Break some lines before not after operators.
[thirdparty/glibc.git] / stdlib / tst-strfrom.h
index f6b626611ddfc5aa041c7ed398f293236d71b10a..2e447f11af3a280f24943af0c24aaf870c5a45d7 100644 (file)
@@ -103,10 +103,10 @@ test_ ## FSUF (void)                                                      \
   for (i = 0; i < sizeof (htest) / sizeof (htest[0]); i++)             \
     {                                                                  \
       rc = FTOSTR (buf, 50, htest[i].fmt, htest[i].t.FSUF);            \
-      if (strcmp (buf, htest[i].exp[0]) == 0 ||                                \
-         strcmp (buf, htest[i].exp[1]) == 0 ||                         \
-         strcmp (buf, htest[i].exp[2]) == 0 ||                         \
-         strcmp (buf, htest[i].exp[3]) == 0)                           \
+      if (strcmp (buf, htest[i].exp[0]) == 0                           \
+         || strcmp (buf, htest[i].exp[1]) == 0                         \
+         || strcmp (buf, htest[i].exp[2]) == 0                         \
+         || strcmp (buf, htest[i].exp[3]) == 0)                        \
        continue;                                                       \
       else                                                             \
        {                                                               \