Make header guards comply with Rule 3.2

refs: #3984

Change-Id: Iec7a0d9ff49cf6124af9e554432ee5f09a199651
diff --git a/nsync/sync-common.h b/nsync/sync-common.h
index f20956c..41eaeab 100644
--- a/nsync/sync-common.h
+++ b/nsync/sync-common.h
@@ -19,8 +19,8 @@
  *
  **/
 
-#ifndef NSYNC_SYNC_COMMON_HPP
-#define NSYNC_SYNC_COMMON_HPP
+#ifndef NLSR_NSYNC_SYNC_COMMON_H
+#define NLSR_NSYNC_SYNC_COMMON_H
 
 #include <boost/exception/all.hpp>
 
@@ -46,4 +46,4 @@
 
 } // namespace Sync
 
-#endif // NSYNC_SYNC_COMMON_HPP
+#endif // NLSR_NSYNC_SYNC_COMMON_H