add profile codes for multicore version
[IRC.git] / Robust / src / Runtime / task.c
index 52f8bcb0482b5143eff4f4bafc7f25fd20b43a8f..e5db4ef66a978d02f185d2e11854d806f4e95eff 100644 (file)
@@ -1200,7 +1200,7 @@ parameterpresent:
          }
          /* Actually call task */
 #ifdef PRECISE_GC
-                                                               ((int *)taskpointerarray)[0]=currtpd->numParameters;
+                                                                     ((int *)taskpointerarray)[0]=currtpd->numParameters;
          taskpointerarray[1]=NULL;
 #endif
 #ifdef OPTIONAL