summaryrefslogtreecommitdiffstats
path: root/cmd-server-info.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-10-28 23:12:38 +0000
committerTiago Cunha <tcunha@gmx.com>2009-10-28 23:12:38 +0000
commita5acabd9230eb70e802ece13542ec647c52b7ee2 (patch)
tree1b9cac80e3edf158c0a820cf027656f4c0f6ca06 /cmd-server-info.c
parente65aa04ad780b76c3356d281677bb7a71c89cda3 (diff)
Sync OpenBSD patchset 467:
tabs are better; ok nicm
Diffstat (limited to 'cmd-server-info.c')
-rw-r--r--cmd-server-info.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd-server-info.c b/cmd-server-info.c
index 19d0e59a..fff0b831 100644
--- a/cmd-server-info.c
+++ b/cmd-server-info.c
@@ -1,4 +1,4 @@
-/* $Id: cmd-server-info.c,v 1.30 2009-10-15 01:51:09 tcunha Exp $ */
+/* $Id: cmd-server-info.c,v 1.31 2009-10-28 23:12:38 tcunha Exp $ */
/*
* Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -70,8 +70,8 @@ cmd_server_info_exec(unused struct cmd *self, struct cmd_ctx *ctx)
"tmux " BUILD ", pid %ld, started %s", (long) getpid(), tim);
ctx->print(ctx, "socket path %s, debug level %d%s",
socket_path, debug_level, be_quiet ? ", quiet" : "");
- if (uname(&un) == 0) {
- ctx->print(ctx, "system is %s %s %s %s",
+ if (uname(&un) == 0) {
+ ctx->print(ctx, "system is %s %s %s %s",
un.sysname, un.release, un.version, un.machine);
}
if (cfg_file != NULL)