X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b9c27830674f1ed54f9553d4cd517842acc1aab1..f07101941f4397554a6cee4fbaf3286137865064:/src/cxx/Msg.cxx diff --git a/src/cxx/Msg.cxx b/src/cxx/Msg.cxx index eb23f4f7f4..cb622f8baf 100644 --- a/src/cxx/Msg.cxx +++ b/src/cxx/Msg.cxx @@ -16,8 +16,8 @@ #include -#include -#include +#include +#include #include @@ -59,7 +59,7 @@ namespace SimGrid void info(const StringHelper& s) { StringHelper clock; - + cout << "["; cout << Host::currentHost().getName(); cout << ":"; @@ -93,7 +93,7 @@ namespace SimGrid void error(const StringHelper& s) { StringHelper clock; - + cout << "["; cout << Host::currentHost().getName(); cout << ":";