diff options
Diffstat (limited to 'Source/Core/Common/Config/ConfigInfo.cpp')
| -rw-r--r-- | Source/Core/Common/Config/ConfigInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Config/ConfigInfo.cpp b/Source/Core/Common/Config/ConfigInfo.cpp index 47d2e25c84..1d4084c3c6 100644 --- a/Source/Core/Common/Config/ConfigInfo.cpp +++ b/Source/Core/Common/Config/ConfigInfo.cpp @@ -32,4 +32,4 @@ bool ConfigLocation::operator<(const ConfigLocation& other) const const int key_compare = strcasecmp(key.c_str(), other.key.c_str()); return key_compare < 0; } -} +} // namespace Config |
