summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2013-03-25 11:53:54 +0000
committernicm <nicm@openbsd.org>2013-03-25 11:53:54 +0000
commit306404652bebcae319c8075179116707232f09e8 (patch)
tree62acecddfa5f3aececa29751b1953e07f4894930
parentb comes before t. (diff)
downloadwireguard-openbsd-306404652bebcae319c8075179116707232f09e8.tar.xz
wireguard-openbsd-306404652bebcae319c8075179116707232f09e8.zip
Sort includes and fix spaces.
-rw-r--r--usr.bin/tmux/cmd.c6
-rw-r--r--usr.bin/tmux/server-client.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/tmux/cmd.c b/usr.bin/tmux/cmd.c
index 56fe8893801..b92b61a771c 100644
--- a/usr.bin/tmux/cmd.c
+++ b/usr.bin/tmux/cmd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd.c,v 1.83 2013/03/25 10:11:45 nicm Exp $ */
+/* $OpenBSD: cmd.c,v 1.84 2013/03/25 11:53:54 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -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));
diff --git a/usr.bin/tmux/server-client.c b/usr.bin/tmux/server-client.c
index 0048cbdcb2c..924e0a2ee3b 100644
--- a/usr.bin/tmux/server-client.c
+++ b/usr.bin/tmux/server-client.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: server-client.c,v 1.97 2013/03/25 11:36:59 nicm Exp $ */
+/* $OpenBSD: server-client.c,v 1.98 2013/03/25 11:53:54 nicm Exp $ */
/*
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -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"