Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
a few more cosmetics
[simgrid.git] / teshsuite / xbt / log_large / log_large_test.c
index 847a57c..9eeec68 100644 (file)
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(test, "Logs of this example");
 
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(test, "Logs of this example");
 
-
 int main(int argc, char *argv[])
 {
   char *tmp = bprintf("\n%d%s%d%s%d%s%d%s%d%s%d%s%d%s%d%s%d%s%d%s",
 int main(int argc, char *argv[])
 {
   char *tmp = bprintf("\n%d%s%d%s%d%s%d%s%d%s%d%s%d%s%d%s%d%s%d%s",
-                      1,
-                      ".........1.........2.........3.........4.........5.........6.........7.........8.........9.........0\n",
-                      2,
-                      ".........1.........2.........3.........4.........5.........6.........7.........8.........9.........0\n",
-                      3,
-                      ".........1.........2.........3.........4.........5.........6.........7.........8.........9.........0\n",
-                      4,
-                      ".........1.........2.........3.........4.........5.........6.........7.........8.........9.........0\n",
-                      5,
-                      ".........1.........2.........3.........4.........5.........6.........7.........8.........9.........0\n",
-                      6,
-                      ".........1.........2.........3.........4.........5.........6.........7.........8.........9.........0\n",
-                      7,
-                      ".........1.........2.........3.........4.........5.........6.........7.........8.........9.........0\n",
-                      8,
-                      ".........1.........2.........3.........4.........5.........6.........7.........8.........9.........0\n",
-                      9,
-                      ".........1.........2.........3.........4.........5.........6.........7.........8.........9.........0\n",
-                      0,
-                      ".........1.........2.........3.........4.........5.........6.........7.........8.........9.........0\n");
+    1, ".........1.........2.........3.........4.........5.........6.........7.........8.........9.........0\n",
+    2, ".........1.........2.........3.........4.........5.........6.........7.........8.........9.........0\n",
+    3, ".........1.........2.........3.........4.........5.........6.........7.........8.........9.........0\n",
+    4, ".........1.........2.........3.........4.........5.........6.........7.........8.........9.........0\n",
+    5, ".........1.........2.........3.........4.........5.........6.........7.........8.........9.........0\n",
+    6, ".........1.........2.........3.........4.........5.........6.........7.........8.........9.........0\n",
+    7, ".........1.........2.........3.........4.........5.........6.........7.........8.........9.........0\n",
+    8, ".........1.........2.........3.........4.........5.........6.........7.........8.........9.........0\n",
+    9, ".........1.........2.........3.........4.........5.........6.........7.........8.........9.........0\n",
+    0, ".........1.........2.........3.........4.........5.........6.........7.........8.........9.........0\n");
 
   xbt_init(&argc, argv);
 
 
   xbt_init(&argc, argv);