summaryrefslogtreecommitdiffstats
path: root/cmd-server-info.c
diff options
context:
space:
mode:
authorTheo Deraadt <deraadt@openbsd.org>2009-10-26 21:42:04 +0000
committerTheo Deraadt <deraadt@openbsd.org>2009-10-26 21:42:04 +0000
commited62d1263ca180e8b088111bf77b8c7b4b2073de (patch)
tree5fd748fd66f696e05a275d5a4d58486c9d160cfe /cmd-server-info.c
parenta8b1379ccbfbe7f1d7732147c4969bb92499555d (diff)
tabs are better; ok nicm
Diffstat (limited to 'cmd-server-info.c')
-rw-r--r--cmd-server-info.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-server-info.c b/cmd-server-info.c
index 7ad7bdd6..b4cce636 100644
--- a/cmd-server-info.c
+++ b/cmd-server-info.c
@@ -70,8 +70,8 @@ cmd_server_info_exec(unused struct cmd *self, struct cmd_ctx *ctx)
ctx->print(ctx, "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)