From b3c1998e139c2dae3d58df9e0af5dccff07bd415 Mon Sep 17 00:00:00 2001 From: Daniel Gomez Antonio Date: Thu, 26 Mar 2020 11:25:21 -0500 Subject: [PATCH] Whitespaces --- include/cxxopts.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cxxopts.hpp b/include/cxxopts.hpp index 37f2325..0472f9e 100644 --- a/include/cxxopts.hpp +++ b/include/cxxopts.hpp @@ -556,7 +556,7 @@ namespace cxxopts template void - checked_negate(R&, T&&, const std::string& text, std::false_type) + checked_negate(R&, T&&, const std::string& text, std::false_type) { throw_or_mimic(text); }