From: Arnaud Giersch Date: Fri, 27 Apr 2012 10:03:57 +0000 (+0200) Subject: Cosmetics: misleading indentation. X-Git-Tag: v3_7~49 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/91a836853d1ea622ddb45ca1b746243b14e42634?ds=inline Cosmetics: misleading indentation. --- diff --git a/src/simix/smx_process.c b/src/simix/smx_process.c index 44943d9176..326f0ae87f 100644 --- a/src/simix/smx_process.c +++ b/src/simix/smx_process.c @@ -392,8 +392,10 @@ void SIMIX_process_resume(smx_process_t process, smx_process_t issuer) { xbt_assert((process != NULL), "Invalid parameters"); - if(process->context->iwannadie) return; - process->suspended = 0; + if(process->context->iwannadie) + return; + + process->suspended = 0; /* If we are resuming another process, resume the action it was waiting for if any. Otherwise add it to the list of process to run in the next round. */