Indentation.

pull/1/head
Nicholas Marriott 2009-05-19 16:29:35 +00:00
parent 5707eb3256
commit cdce5f739d
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $Id: cmd-list-clients.c,v 1.14 2009-05-19 16:08:35 nicm Exp $ */
/* $Id: cmd-list-clients.c,v 1.15 2009-05-19 16:29:35 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@ -59,8 +59,8 @@ cmd_list_clients_exec(unused struct cmd *self, struct cmd_ctx *ctx)
else
s_utf8 = "";
ctx->print(ctx, "%s: %s [%ux%u %s]%s", c->tty.path,
c->session->name, c->tty.sx, c->tty.sy,
c->tty.termname, s_utf8);
c->session->name, c->tty.sx, c->tty.sy,
c->tty.termname, s_utf8);
}
return (0);