make tabbing
authorjjenista <jjenista>
Tue, 2 Sep 2008 21:04:59 +0000 (21:04 +0000)
committerjjenista <jjenista>
Tue, 2 Sep 2008 21:04:59 +0000 (21:04 +0000)
Robust/src/Runtime/multicoretask.c
Robust/src/Runtime/task.c

index 933751611f099d1750fa030b2e3769527461c7ce..f39473bbe511745d9e4b287357ca308133a2d8c0 100644 (file)
@@ -3404,7 +3404,7 @@ parameterpresent:
             }*/
          /* Actually call task */
 #ifdef PRECISE_GC
-                                             ((int *)taskpointerarray)[0]=currtpd->numParameters;
+                                                   ((int *)taskpointerarray)[0]=currtpd->numParameters;
          taskpointerarray[1]=NULL;
 #endif
 execute:
index 1d7403db4b6e1897eb09063a5544ffefd3a897c7..a7bb77a4d8434a724031c414ce0d4acc7355f7f8 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