Commit e2d3ee23 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey Committed by Benno Schulenberg
Browse files

tweaks: replace a misplaced tab with a space

parent beae2da1
Showing with 1 addition and 1 deletion
+1 -1
...@@ -3400,7 +3400,7 @@ void do_formatter(void) ...@@ -3400,7 +3400,7 @@ void do_formatter(void)
formatargs[0] = strtok(openfile->syntax->formatter, " "); formatargs[0] = strtok(openfile->syntax->formatter, " ");
while ((ptr = strtok(NULL, " ")) != NULL) { while ((ptr = strtok(NULL, " ")) != NULL) {
arglen++; arglen++;
formatargs = (char **)nrealloc(formatargs, arglen * sizeof(char *)); formatargs = (char **)nrealloc(formatargs, arglen * sizeof(char *));
formatargs[arglen - 3] = ptr; formatargs[arglen - 3] = ptr;
} }
formatargs[arglen - 1] = NULL; formatargs[arglen - 1] = NULL;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment