From 0626a9bca10ced7b0663c34142165000815b9d17 Mon Sep 17 00:00:00 2001 From: luckychess Date: Thu, 16 Nov 2017 14:42:00 +0300 Subject: [PATCH] Fix sonar blocker issue finally. Signed-off-by: luckychess --- libs/random/random.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/random/random.hpp b/libs/random/random.hpp index 93076397d4..be804afb64 100644 --- a/libs/random/random.hpp +++ b/libs/random/random.hpp @@ -14,8 +14,8 @@ See the License for the specific language governing permissions and limitations under the License. */ -#ifndef _IROHA_RANDOM_HPP_ -#define _IROHA_RANDOM_HPP_ +#ifndef IROHA_RANDOM_HPP +#define IROHA_RANDOM_HPP #include #include "cryptography/ed25519_sha3_impl/internal/sha3_hash.hpp" @@ -26,4 +26,4 @@ namespace random_service { }; // namespace random_service -#endif // _IROHA_RANDOM_HPP_ +#endif // IROHA_RANDOM_HPP