Code style: replace tabs with spaces
diff --git a/ndn-cpp/c/util/ndn_memory.h b/ndn-cpp/c/util/ndn_memory.h
index 00202a6..b40f9ef 100644
--- a/ndn-cpp/c/util/ndn_memory.h
+++ b/ndn-cpp/c/util/ndn_memory.h
@@ -8,11 +8,11 @@
  */
 
 #ifndef NDN_MEMORY_H
-#define	NDN_MEMORY_H
+#define NDN_MEMORY_H
 
 #include "../../../config.h"
 
-#ifdef	__cplusplus
+#ifdef __cplusplus
 extern "C" {
 #endif
 
@@ -55,7 +55,7 @@
 void ndn_memset(unsigned char *dest, int val, unsigned int len);
 #endif
 
-#ifdef	__cplusplus
+#ifdef __cplusplus
 }
 #endif