mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Spacing tweaks.
This commit is contained in:
2
format.c
2
format.c
@ -3626,7 +3626,7 @@ format_build_modifiers(struct format_expand_state *es, const char **s,
|
||||
break;
|
||||
cp++;
|
||||
|
||||
argv = xreallocarray (argv, argc + 1, sizeof *argv);
|
||||
argv = xreallocarray(argv, argc + 1, sizeof *argv);
|
||||
value = xstrndup(cp, end - cp);
|
||||
argv[argc++] = format_expand1(es, value);
|
||||
free(value);
|
||||
|
Reference in New Issue
Block a user