Code clean
[IRC.git] / Robust / src / Runtime / bamboo / multicoregcflush.c
index 8a5e96d3bda3f19a989426435c951dbc2b51aa59..c42dfb679acc4cdaa82a754697969da10a323335 100644 (file)
@@ -75,7 +75,7 @@ INLINE void flushRuntimeObj(struct garbagelist * stackptr) {
 
   // flush active tasks
   if(activetasks != NULL) {
-    for(struct genpointerlist * ptr=activetasks->list;ptr!=NULL;ptr=ptr->inext) {
+    for(struct genpointerlist * ptr=activetasks->list;ptr!=NULL;ptr=ptr->inext){
       struct taskparamdescriptor *tpd=ptr->src;
       for(int i=0; i<tpd->numParameters; i++) {
         // the parameter can not be NULL