Change tabbing for everything....
[IRC.git] / Robust / src / Runtime / SimpleHash.h
index e777d54134a85fb97d8540515c70858ae3085357..ec0269045b2d8d71617964f33d1bf4e15357265e 100755 (executable)
@@ -40,11 +40,11 @@ int RuntimeHashcount(struct RuntimeHash *, int key);
 struct RuntimeHash * RuntimeHashimageSet(struct RuntimeHash *, int key);
 
 struct RuntimeHash {
-    int numelements;
-    int size;
-    struct RuntimeNode **bucket;
-    struct RuntimeNode *listhead;
-    struct RuntimeNode *listtail;
+  int numelements;
+  int size;
+  struct RuntimeNode **bucket;
+  struct RuntimeNode *listhead;
+  struct RuntimeNode *listtail;
 };
 
 inline int RuntimeHashcountset(struct RuntimeHash * thisvar);