From 373ed8f46bef3fda0ffc2c4e2b6d39527d595c8e Mon Sep 17 00:00:00 2001 From: Kargatum Date: Sun, 3 Jan 2021 17:47:07 +0700 Subject: Core: whitespace cleanup, reduce double blank line to single (#25795) * Core/Misc: fix double empty line * worldserver.conf (cherry picked from commit a32b6b8ac4c81128a56b282f20837fb085bdd9e7) --- cmake/macros/EnsureVersion.cmake | 1 - 1 file changed, 1 deletion(-) (limited to 'cmake') diff --git a/cmake/macros/EnsureVersion.cmake b/cmake/macros/EnsureVersion.cmake index 5d9af294765..d30a38070cf 100644 --- a/cmake/macros/EnsureVersion.cmake +++ b/cmake/macros/EnsureVersion.cmake @@ -58,7 +58,6 @@ # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING-CMAKE-SCRIPTS file. - MACRO(NORMALIZE_VERSION _requested_version _normalized_version) STRING(REGEX MATCH "[^0-9]*[0-9]+\\.[0-9]+\\.[0-9]+.*" _threePartMatch "${_requested_version}") if(_threePartMatch) -- cgit v1.2.3