1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

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 /* 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); std::vector<std::string> shellwords2(const std::string & s);