X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/18601cb6dc9a4ab2c6e6b0b5b8149bcd82c51116..e276e9953a9ab5894bbb623fc17ec79512efab5d:/src/simix/smx_deployment.c diff --git a/src/simix/smx_deployment.c b/src/simix/smx_deployment.c index 539a0ed357..7a4a180919 100644 --- a/src/simix/smx_deployment.c +++ b/src/simix/smx_deployment.c @@ -4,7 +4,6 @@ /* 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 "private.h" #include "xbt/sysdep.h" #include "xbt/log.h" @@ -212,7 +211,6 @@ void SIMIX_process_set_function(const char *process_host, parse_argv[(parse_argc) - 1] = xbt_strdup(arg); } - /*finalize */ + /* finalize */ parse_process_finalize(); - }