]> mj.ucw.cz Git - libucw.git/blobdiff - lib/hashtable.h
Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT/sherlock.git
[libucw.git] / lib / hashtable.h
index 0419a47ce6468162833f9de277b29792dca2c0a3..ec581ed777bb9743826b963204bb6e940965837f 100644 (file)
@@ -611,7 +611,7 @@ do {                                                                                        \
        GLUE_(h_px,node) *h_var = &h_buck->n;
 #define HASH_FOR_ALL(h_px, h_var) HASH_FOR_ALL_DYNAMIC(h_px, &GLUE_(h_px,table), h_var)
 #define HASH_END_FOR } } while(0)
-#define HASH_BREAK 
+#define HASH_BREAK
 #define HASH_CONTINUE continue
 
 #endif