Sort includes and fix spaces.

pull/1/head
Nicholas Marriott 2013-03-25 11:53:54 +00:00
parent 4119c476aa
commit 673eb160d4
2 changed files with 4 additions and 4 deletions

4
cmd.c
View File

@ -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));

View File

@ -21,10 +21,10 @@
#include <event.h>
#include <fcntl.h>
#include <string.h>
#include <time.h>
#include <paths.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include "tmux.h"