forked from lix-project/lix
src/libutil/util.hh: Formatting
This commit is contained in:
parent
74210c12fe
commit
5f9b5758b6
|
@ -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);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue