Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 22 Feb 2015 15:37:47 +0000 (16:37 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 22 Feb 2015 15:37:47 +0000 (16:37 +0100)
src/surf/surf_interface.cpp

index 2e79954..7d0ce71 100644 (file)
@@ -99,9 +99,7 @@ xbt_dict_t watched_hosts_lib;
 surf_callback(void, void) surfExitCallbacks;
 
 s_surf_model_description_t surf_plugin_description[] = {
-    {"Energy",
-     "Cpu energy consumption.",
-     sg_energy_plugin_init},
+    {"Energy", "Cpu energy consumption.", sg_energy_plugin_init},
      {NULL, NULL,  NULL}      /* this array must be NULL terminated */
 };