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/argparser.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/argparser.cc') diff --git a/src/argparser.cc b/src/argparser.cc index d8e45ae..2d49c5f 100644 --- a/src/argparser.cc +++ b/src/argparser.cc @@ -224,7 +224,10 @@ void CommandLineArgs::addRequired(const string &arg, const string &desc, bool bo registerArg(arg, desc, boolean, false); } -void CommandLineArgs::registerArg(const string &arg, const string &desc, bool boolean, bool optional) +void CommandLineArgs::registerArg(const string &arg, + const string &desc, + bool boolean, + bool optional) { string name = arg; -- cgit v1.2.3