Change tabbing for everything....
[IRC.git] / Robust / src / Runtime / ObjectHash.h
index b3a565bd3ebe996985c1979fd9a0a0be2c5650ec..a8315a8b01f92502921eda3d63c538c24e735424 100755 (executable)
@@ -38,11 +38,11 @@ void ObjectHashiterator(struct ObjectHash *, struct ObjectIterator * it);
 int ObjectHashcount(struct ObjectHash *, int key);
 
 struct ObjectHash {
-    int numelements;
-    int size;
-    struct ObjectNode **bucket;
-    struct ObjectNode *listhead;
-    struct ObjectNode *listtail;
+  int numelements;
+  int size;
+  struct ObjectNode **bucket;
+  struct ObjectNode *listhead;
+  struct ObjectNode *listtail;
 };
 
 inline int ObjectHashcountset(struct ObjectHash * thisvar);