Spacing, warning nits.

This commit is contained in:
Nicholas Marriott
2013-03-25 12:00:30 +00:00
parent e97e0d7e54
commit b5fda7ad2a
2 changed files with 4 additions and 3 deletions

2
cmd.c
View File

@ -1242,7 +1242,7 @@ cmd_find_pane_offset(const char *paneptr, struct winlink *wl)
char *
cmd_template_replace(const char *template, const char *s, int idx)
{
char ch, *buf;
char ch, *buf;
const char *ptr;
int replaced;
size_t len;