Convert tabs to spaces.
diff --git a/ndn-cpp/transport/tcp-transport.hpp b/ndn-cpp/transport/tcp-transport.hpp
index d695b58..6cc5fc9 100644
--- a/ndn-cpp/transport/tcp-transport.hpp
+++ b/ndn-cpp/transport/tcp-transport.hpp
@@ -4,7 +4,7 @@
  */
 
 #ifndef NDN_TCPTRANSPORT_HPP
-#define	NDN_TCPTRANSPORT_HPP
+#define NDN_TCPTRANSPORT_HPP
 
 #include "../c/transport/tcp-transport.h"
 #include "../c/encoding/binary-xml-element-reader.h"
diff --git a/ndn-cpp/transport/transport.hpp b/ndn-cpp/transport/transport.hpp
index de2b7e5..c465aa4 100644
--- a/ndn-cpp/transport/transport.hpp
+++ b/ndn-cpp/transport/transport.hpp
@@ -4,7 +4,7 @@
  */
 
 #ifndef NDN_TRANSPORT_HPP
-#define	NDN_TRANSPORT_HPP
+#define NDN_TRANSPORT_HPP
 
 #include <vector>
 
diff --git a/ndn-cpp/transport/udp-transport.hpp b/ndn-cpp/transport/udp-transport.hpp
index 7e31cf7..0aaa2f4 100644
--- a/ndn-cpp/transport/udp-transport.hpp
+++ b/ndn-cpp/transport/udp-transport.hpp
@@ -4,7 +4,7 @@
  */
 
 #ifndef NDN_UDPTRANSPORT_HPP
-#define	NDN_UDPTRANSPORT_HPP
+#define NDN_UDPTRANSPORT_HPP
 
 #include "../c/transport/udp-transport.h"
 #include "../c/encoding/binary-xml-element-reader.h"