fix
[oweals/gnunet.git] / src / regex / test_regex_iptoregex.c
index 004d79041c18ad4b55dc399333e9d581e3d5243f..e33e7929ae6a789f35c127012fced5d9c3a58487 100644 (file)
@@ -77,9 +77,10 @@ main (int argc, char *argv[])
                       "1111111111111111(0|1)+");
 
   error +=
-    test_iptoregex ("187.238.225.0", "255.255.255.128",
-                    "1011101111101110111000010(0|1)+", "E1E1:73F9:51BE::0", 49,
-                    "1110000111100001011100111111100101010001101111100(0|1)+");
+      test_iptoregex ("187.238.225.0", "255.255.255.128",
+                      "1011101111101110111000010(0|1)+", "E1E1:73F9:51BE::0",
+                      49,
+                      "1110000111100001011100111111100101010001101111100(0|1)+");
 
   error +=
       test_iptoregex ("255.255.255.255", "255.255.255.255",