diff --git a/libs/util/cmd.c b/libs/util/cmd.c index d6b3226bb..7cd6d05e7 100644 --- a/libs/util/cmd.c +++ b/libs/util/cmd.c @@ -173,10 +173,8 @@ extract_line (char *line) memcpy (line, text, i); line[i] = '\0'; // delete the text from the command buffer and move remaining commands - // down - // this is necessary because commands (exec, alias) can insert data at - // the - // beginning of the text buffer + // down this is necessary because commands (exec, alias) can insert + // data at the beginning of the text buffer if (i == cmd_text.cursize) cmd_text.cursize = 0;