Some minor style nits.

This commit is contained in:
nicm
2020-04-09 14:23:34 +00:00
parent b0b07fb585
commit e9e5facb0e
3 changed files with 2 additions and 4 deletions

View File

@ -24,8 +24,7 @@
#include "tmux.h"
static void
regsub_copy(char **buf, size_t *len, const char *text, size_t start,
size_t end)
regsub_copy(char **buf, size_t *len, const char *text, size_t start, size_t end)
{
size_t add = end - start;