From ff972e3673cf70c67e5daf52d5cc913b1df7a1ba Mon Sep 17 00:00:00 2001 From: Techjar Date: Sun, 5 May 2019 23:48:12 +0000 Subject: Reformat repo to clang-format 7.0 rules --- Source/Core/InputCommon/ControlReference/ExpressionParser.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/Core/InputCommon/ControlReference') diff --git a/Source/Core/InputCommon/ControlReference/ExpressionParser.h b/Source/Core/InputCommon/ControlReference/ExpressionParser.h index 398b273e0f..807e4c57c5 100644 --- a/Source/Core/InputCommon/ControlReference/ExpressionParser.h +++ b/Source/Core/InputCommon/ControlReference/ExpressionParser.h @@ -66,5 +66,5 @@ enum class ParseStatus }; std::pair> ParseExpression(const std::string& expr); -} -} +} // namespace ExpressionParser +} // namespace ciface -- cgit v1.2.3