Code style: replace tabs with spaces
diff --git a/ndn-cpp/c/errors.h b/ndn-cpp/c/errors.h
index 7400bf1..1f9de76 100644
--- a/ndn-cpp/c/errors.h
+++ b/ndn-cpp/c/errors.h
@@ -5,9 +5,9 @@
  */
 
 #ifndef NDN_ERRORS_H
-#define	NDN_ERRORS_H
+#define NDN_ERRORS_H
 
-#ifdef	__cplusplus
+#ifdef __cplusplus
 extern "C" {
 #endif
 
@@ -50,7 +50,7 @@
  */
 char *ndn_getErrorString(int error);
 
-#ifdef	__cplusplus
+#ifdef __cplusplus
 }
 #endif