aboutsummaryrefslogtreecommitdiff
path: root/cmd-kill-session.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-12-04 22:14:47 +0000
committerTiago Cunha <tcunha@gmx.com>2009-12-04 22:14:47 +0000
commitcc094fdfe6276b93683113f395edbc004837d362 (patch)
treec685b2f63461b2026d0677c4b8974e3004e114ff /cmd-kill-session.c
parent1caa73afb4da381425160cbff68284a4dab1470b (diff)
downloadrtmux-cc094fdfe6276b93683113f395edbc004837d362.tar.gz
rtmux-cc094fdfe6276b93683113f395edbc004837d362.tar.bz2
rtmux-cc094fdfe6276b93683113f395edbc004837d362.zip
Sync OpenBSD patchset 581:
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last time now I've configured emacs to make them displayed in really annoying colours...
Diffstat (limited to 'cmd-kill-session.c')
-rw-r--r--cmd-kill-session.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-kill-session.c b/cmd-kill-session.c
index 28b729f5..eb2bde0b 100644
--- a/cmd-kill-session.c
+++ b/cmd-kill-session.c
@@ -1,4 +1,4 @@
-/* $Id: cmd-kill-session.c,v 1.16 2009-11-14 17:56:39 tcunha Exp $ */
+/* $Id: cmd-kill-session.c,v 1.17 2009-12-04 22:14:47 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -45,7 +45,7 @@ cmd_kill_session_exec(struct cmd *self, struct cmd_ctx *ctx)
{
struct cmd_target_data *data = self->data;
struct session *s;
- struct client *c;
+ struct client *c;
u_int i;
if ((s = cmd_find_session(ctx, data->target)) == NULL)