From 673eb160d428b294cea1ed5ca2a2c3cb3760b00f Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 25 Mar 2013 11:53:54 +0000 Subject: Sort includes and fix spaces. --- cmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd.c') diff --git a/cmd.c b/cmd.c index 83edaf64..d0348704 100644 --- a/cmd.c +++ b/cmd.c @@ -1245,8 +1245,8 @@ cmd_template_replace(const char *template, const char *s, int idx) { char ch, *buf; const char *ptr; - int replaced; - size_t len; + int replaced; + size_t len; if (strchr(template, '%') == NULL) return (xstrdup(template)); -- cgit