From eb1b61b364df5f3a6df5f134044605e23a8a3d88 Mon Sep 17 00:00:00 2001 From: Pasta Date: Wed, 10 Jul 2019 09:42:53 -0500 Subject: [PATCH] fix indents Signed-off-by: Pasta --- src/util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util.h b/src/util.h index 066614c3e..034f6205a 100644 --- a/src/util.h +++ b/src/util.h @@ -298,8 +298,8 @@ public: // Forces an arg setting. Called by SoftSetArg() if the arg hasn't already // been set. Also called directly in testing. void ForceSetArg(const std::string& strArg, const std::string& strValue); -void ForceSetMultiArgs(const std::string& strArg, const std::vector& values); -void ForceRemoveArg(const std::string& strArg); + void ForceSetMultiArgs(const std::string& strArg, const std::vector& values); + void ForceRemoveArg(const std::string& strArg); }; extern ArgsManager gArgs;