Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update platfrom version to 3.
[simgrid.git] / teshsuite / gras / empty_main / empty_main.c
index 04c60ee..f2a9d00 100644 (file)
@@ -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. */
 
 #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;
-} 
-
-
+}