src/server/config/conf.h

changeset 25
5dee29c7c530
parent 21
627b09ee74e4
child 38
d07810b02147
--- a/src/server/config/conf.h	Thu Feb 23 13:10:04 2012 +0100
+++ b/src/server/config/conf.h	Sat Feb 25 12:43:26 2012 +0100
@@ -41,7 +41,7 @@
 #ifdef	__cplusplus
 extern "C" {
 #endif
-
+   
 // mempool malloc macro
 #define OBJ_NEW(pool, type) (type*)ucx_mempool_malloc(pool, sizeof(type))
 #define OBJ_NEW_N(pool, type) (type*)ucx_mempool_calloc(pool, 1, sizeof(type))

mercurial