X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/62550fb1e1fe5ecd00a5b56ff95fcbbc034cf98d..06e3509f987adba93a8b004710448daa6da8725d:/teshsuite/gras/empty_main/empty_main.c diff --git a/teshsuite/gras/empty_main/empty_main.c b/teshsuite/gras/empty_main/empty_main.c index 04c60ee354..f2a9d00bd9 100644 --- a/teshsuite/gras/empty_main/empty_main.c +++ b/teshsuite/gras/empty_main/empty_main.c @@ -3,8 +3,8 @@ /* empty_main.c -- check what happens when the processes do nothing */ /* Thanks to Loris Marshal for reporting a problem in that case */ -/* Copyright (c) 2007 Martin Quinson. */ -/* All rights reserved. */ +/* Copyright (c) 2008, 2009, 2010. 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. */ @@ -12,13 +12,12 @@ #include "gras.h" -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_os_sleep(3); gras_exit(); return 0; -} - - +}