From ce4ac96276d480cdb61f0771c11a7637622458b4 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 22 Nov 2013 09:44:28 +0100 Subject: Coding style fixes * remove trailing whitespace * inline where fit for 80 columns --- src/cmumble.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmumble.c') diff --git a/src/cmumble.c b/src/cmumble.c index 6c11550..c1f6a92 100644 --- a/src/cmumble.c +++ b/src/cmumble.c @@ -94,7 +94,7 @@ recv_channel_state(MumbleProto__ChannelState *state, channel->parent = state->parent; if (state->description) channel->description = g_strdup(state->description); - + channel->temporary = state->temporary; channel->position = state->position; } -- cgit