src/libutil/util.hh: Formatting

This commit is contained in:
Eelco Dolstra 2022-11-14 17:04:19 +01:00 committed by tomberek
parent 74210c12fe
commit 5f9b5758b6

View file

@ -190,7 +190,7 @@ std::string shellEscape(const std::string_view s);
/* Recreate the effect of the perl shellwords function, breaking up a
* string into arguments like a shell word, including escapes */
string into arguments like a shell word, including escapes. */
std::vector<std::string> shellwords2(const std::string & s);