Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Minor reindent.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 8 Mar 2021 15:22:43 +0000 (16:22 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 8 Mar 2021 21:17:50 +0000 (22:17 +0100)
teshsuite/mc/random-bug/random-bug.cpp

index 7d987d2..01f9239 100644 (file)
@@ -56,9 +56,8 @@ int main(int argc, char* argv[])
     XBT_INFO("Behavior: segv");
     behavior = Behavior::SEGV;
   } else {
-    xbt_die("Please use either 'abort', 'assert', 'printf', or 'segv' as first parameter, to specify what to do when "
-            "the error "
-            "is found.");
+    xbt_die("Please use either 'abort', 'assert', 'printf', or 'segv' as first parameter,"
+            " to specify what to do when the error is found.");
   }
 
   e.load_platform(argv[2]);