ucx/utils.h

changeset 150
1cf2eabf94ed
parent 147
1aa598f36872
child 177
11ad03783baf
--- a/ucx/utils.h	Mon Aug 19 11:54:54 2013 +0200
+++ b/ucx/utils.h	Mon Aug 19 13:41:53 2013 +0200
@@ -36,9 +36,9 @@
  */
 
 #ifndef UCX_UTILS_H
-#define	UCX_UTILS_H
+#define UCX_UTILS_H
 
-#ifdef	__cplusplus
+#ifdef __cplusplus
 extern "C" {
 #endif
 
@@ -242,9 +242,9 @@
 #define ucx_bprintf(buffer, ...) ucx_fprintf((UcxBuffer*)buffer, \
         (write_func)ucx_buffer_write, __VA_ARGS__)
 
-#ifdef	__cplusplus
+#ifdef __cplusplus
 }
 #endif
 
-#endif	/* UCX_UTILS_H */
+#endif /* UCX_UTILS_H */
 

mercurial