Make header guards comply with Rule 3.2
refs: #3984
Change-Id: Iec7a0d9ff49cf6124af9e554432ee5f09a199651
diff --git a/src/conf-parameter.hpp b/src/conf-parameter.hpp
index 5718b12..0bee942 100644
--- a/src/conf-parameter.hpp
+++ b/src/conf-parameter.hpp
@@ -19,8 +19,8 @@
* NLSR, e.g., in COPYING.md file. If not, see <http://www.gnu.org/licenses/>.
**/
-#ifndef CONF_PARAMETER_HPP
-#define CONF_PARAMETER_HPP
+#ifndef NLSR_CONF_PARAMETER_HPP
+#define NLSR_CONF_PARAMETER_HPP
#include <iostream>
#include <boost/cstdint.hpp>
@@ -447,4 +447,4 @@
} // namespace nlsr
-#endif //CONF_PARAMETER_HPP
+#endif // NLSR_CONF_PARAMETER_HPP