Code style: replace tabs with spaces
diff --git a/ndn-cpp/c/util/ndn_realloc.h b/ndn-cpp/c/util/ndn_realloc.h
index db9470d..bca997a 100644
--- a/ndn-cpp/c/util/ndn_realloc.h
+++ b/ndn-cpp/c/util/ndn_realloc.h
@@ -4,9 +4,9 @@
  */
 
 #ifndef NDN_NDN_REALLOC_H
-#define	NDN_NDN_REALLOC_H
+#define NDN_NDN_REALLOC_H
 
-#ifdef	__cplusplus
+#ifdef __cplusplus
 extern "C" {
 #endif
 
@@ -19,7 +19,7 @@
  */
 unsigned char *ndn_realloc(unsigned char *array, unsigned int length);
 
-#ifdef	__cplusplus
+#ifdef __cplusplus
 }
 #endif