Convert tabs to spaces.
diff --git a/ndn-cpp/publisher-public-key-digest.hpp b/ndn-cpp/publisher-public-key-digest.hpp
index 0926f43..02009b9 100644
--- a/ndn-cpp/publisher-public-key-digest.hpp
+++ b/ndn-cpp/publisher-public-key-digest.hpp
@@ -4,7 +4,7 @@
*/
#ifndef NDN_PUBLISHERPUBLICKEYDIGEST_HPP
-#define NDN_PUBLISHERPUBLICKEYDIGEST_HPP
+#define NDN_PUBLISHERPUBLICKEYDIGEST_HPP
#include <vector>
#include "common.hpp"
@@ -55,7 +55,7 @@
}
private:
- std::vector<unsigned char> publisherPublicKeyDigest_;
+ std::vector<unsigned char> publisherPublicKeyDigest_;
};
}