Split the parameters to make changes more readable.
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
*/
static vshCommandToken ATTRIBUTE_NONNULL(2) ATTRIBUTE_NONNULL(3)
-vshCommandArgvGetArg(vshControl *ctl, vshCommandParser *parser, char **res,
+vshCommandArgvGetArg(vshControl *ctl,
+ vshCommandParser *parser,
+ char **res,
bool report G_GNUC_UNUSED)
{
if (parser->arg_pos == parser->arg_end) {