Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sonar: dont escape LF in string literals
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 16 Feb 2018 12:36:51 +0000 (13:36 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 16 Feb 2018 12:56:48 +0000 (13:56 +0100)
teshsuite/surf/maxmin_bench/maxmin_bench.cpp

index d7fed24..6490cf2 100644 (file)
@@ -1,7 +1,6 @@
-/* A crash few tests for the maxmin library                                 */
+/* A few crash tests for the maxmin library                                 */
 
-/* Copyright (c) 2004-2017. The SimGrid Team.
- * All rights reserved.                                                     */
+/* Copyright (c) 2004-2018. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -159,8 +158,8 @@ int main(int argc, char **argv)
     mode=3;
 
   if(mode==1)
-    xbt_log_control_set("surf/maxmin.threshold:DEBUG surf/maxmin.fmt:\'[%r]: [%c/%p] %m%n\'\
-                         surf.threshold:DEBUG surf.fmt:\'[%r]: [%c/%p] %m%n\' ");
+    xbt_log_control_set("surf/maxmin.threshold:DEBUG surf/maxmin.fmt:\'[%r]: [%c/%p] %m%n\' "
+                        "surf.threshold:DEBUG surf.fmt:\'[%r]: [%c/%p] %m%n\' ");
 
   if(mode==2)
     xbt_log_control_set("surf/maxmin.threshold:DEBUG surf.threshold:DEBUG");