X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/95d328f9ca4dd6ccd2065c6c84aca83d43001804..dff9e15c44ab6340d27215957c56fa72fad246a2:/teshsuite/gras/small_sleep/small_sleep.c diff --git a/teshsuite/gras/small_sleep/small_sleep.c b/teshsuite/gras/small_sleep/small_sleep.c index 5079478987..03a6387a7d 100644 --- a/teshsuite/gras/small_sleep/small_sleep.c +++ b/teshsuite/gras/small_sleep/small_sleep.c @@ -11,13 +11,14 @@ #include "gras.h" -XBT_LOG_NEW_DEFAULT_CATEGORY(test,"Small sleep test"); +XBT_LOG_NEW_DEFAULT_CATEGORY(test, "Small sleep test"); -int function (int argc,char *argv[]); +int function(int argc, char *argv[]); -int function (int argc,char *argv[]) { - gras_init(&argc,argv); +int function(int argc, char *argv[]) +{ + gras_init(&argc, argv); gras_msg_handleall(100); INFO0("Let's go 1E-5"); gras_msg_handleall(1E-5); @@ -30,6 +31,4 @@ int function (int argc,char *argv[]) { INFO0("done"); gras_exit(); return 0; -} - - +}