Make header guards comply with Rule 3.2
refs: #3984
Change-Id: Iec7a0d9ff49cf6124af9e554432ee5f09a199651
diff --git a/src/conf-file-processor.hpp b/src/conf-file-processor.hpp
index 1b99cea..2a32cee 100644
--- a/src/conf-file-processor.hpp
+++ b/src/conf-file-processor.hpp
@@ -21,8 +21,8 @@
* \author Minsheng Zhang <mzhang4@memphis.edu>
*
**/
-#ifndef CONF_PROCESSOR_HPP
-#define CONF_PROCESSOR_HPP
+#ifndef NLSR_CONF_FILE_PROCESSOR_HPP
+#define NLSR_CONF_FILE_PROCESSOR_HPP
#include <boost/smart_ptr/shared_ptr.hpp>
#include <boost/property_tree/ptree.hpp>
@@ -77,4 +77,4 @@
};
} // namespace nlsr
-#endif //CONF_PROCESSOR_HPP
+#endif // NLSR_CONF_FILE_PROCESSOR_HPP