Changed: Minor changes (EOL, spaces, etc...)
This commit is contained in:
parent
237b6767b0
commit
d05c011033
18 changed files with 2314 additions and 2315 deletions
|
@ -59,7 +59,7 @@ IF(EXTERNAL_FOUND)
|
||||||
IF(NOT External_FIND_QUIETLY)
|
IF(NOT External_FIND_QUIETLY)
|
||||||
MESSAGE(STATUS "Found ${EXTERNAL_NAME}: ${EXTERNAL_PATH}")
|
MESSAGE(STATUS "Found ${EXTERNAL_NAME}: ${EXTERNAL_PATH}")
|
||||||
ENDIF()
|
ENDIF()
|
||||||
ELSE(EXTERNAL_FOUND)
|
ELSE()
|
||||||
IF(External_FIND_REQUIRED)
|
IF(External_FIND_REQUIRED)
|
||||||
MESSAGE(FATAL_ERROR "Unable to find ${EXTERNAL_NAME}!")
|
MESSAGE(FATAL_ERROR "Unable to find ${EXTERNAL_NAME}!")
|
||||||
ELSE()
|
ELSE()
|
||||||
|
|
|
@ -96,5 +96,4 @@ WriteFilesDirectory = "data_shard";
|
||||||
|
|
||||||
// ---- service custom variables (used by ConfigFile class)
|
// ---- service custom variables (used by ConfigFile class)
|
||||||
|
|
||||||
|
|
||||||
// ---- service custom variables (used by CVariable class)
|
// ---- service custom variables (used by CVariable class)
|
||||||
|
|
|
@ -37,7 +37,7 @@ DontUseSU = 0;
|
||||||
|
|
||||||
HomeMainlandNames =
|
HomeMainlandNames =
|
||||||
{
|
{
|
||||||
"302", "Open", "open",
|
"302", "Open", "open",
|
||||||
};
|
};
|
||||||
|
|
||||||
// The max number of ring points (aka ring access) for each ecosystem
|
// The max number of ring points (aka ring access) for each ecosystem
|
||||||
|
|
Loading…
Reference in a new issue