From 40ee1fcfb77731f3cd7385882f41630af6aedb33 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Sat, 7 Oct 2023 23:30:49 +0200 Subject: reduce line limit to 95 --- src/include/argparser.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/include/argparser.h') diff --git a/src/include/argparser.h b/src/include/argparser.h index 0e9b060..c3caf10 100644 --- a/src/include/argparser.h +++ b/src/include/argparser.h @@ -50,7 +50,10 @@ namespace Binc { const std::vector &getUnqualifiedArgs(void) const; private: - void registerArg(const std::string &arg, const std::string &desc, bool boolean, bool optional); + void registerArg(const std::string &arg, + const std::string &desc, + bool boolean, + bool optional); std::string errString; std::map reg; -- cgit v1.2.3