Change tabbing for everything....
[IRC.git] / Robust / src / Runtime / DSTM / interface / localobjects.h
index 6b69ee8793410efd74b27af05232588e605b9805..c1c7be13627b298cd6d35dbf679075332b54d961 100644 (file)
@@ -3,7 +3,7 @@
 #include "structdefs.h"
 #include "garbage.h"
 void REVERT_OBJ(struct ___Object___ *);
-#define COMMIT_OBJ(obj) obj->___localcopy___=NULL;\
+#define COMMIT_OBJ(obj) obj->___localcopy___=NULL; \
   obj->___nextobject___=NULL
 
 #ifdef PRECISE_GC