Wrap too-long comment lines.
[oweals/dinit.git] / src / proc-service.cc
index 99e0f1e5c31f50ad2c3ec4606307dae4d42ad720..2aa91ac0f05e2863eb484ea4258c0da32ffa5695 100644 (file)
@@ -17,7 +17,8 @@
 
 // Given a string and a list of pairs of (start,end) indices for each argument in that string,
 // store a null terminator for the argument. Return a `char *` vector containing the beginning
-// of each argument and a trailing nullptr. (The returned array is invalidated if the string is later modified).
+// of each argument and a trailing nullptr. (The returned array is invalidated if the string is
+// later modified).
 std::vector<const char *> separate_args(std::string &s,
         const std::list<std::pair<unsigned,unsigned>> &arg_indices)
 {