From 40bb9974f21878e64fb03d70e717cb996bf13a29 Mon Sep 17 00:00:00 2001 From: spycrab Date: Thu, 12 Apr 2018 14:18:04 +0200 Subject: Reformat all the things! --- Source/Core/Common/StringUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/Common/StringUtil.cpp') diff --git a/Source/Core/Common/StringUtil.cpp b/Source/Core/Common/StringUtil.cpp index 4216d0f6f6..cc1ffaa949 100644 --- a/Source/Core/Common/StringUtil.cpp +++ b/Source/Core/Common/StringUtil.cpp @@ -307,7 +307,7 @@ bool SplitPath(const std::string& full_path, std::string* _pPath, std::string* _ #ifdef _WIN32 ":" #endif - ); + ); if (std::string::npos == dir_end) dir_end = 0; else -- cgit v1.2.3