syntax-check: Remove empty line at end of file

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
Frediano Ziglio 2016-11-09 15:56:19 +00:00
parent 1db88a7216
commit fa1e077de9

View File

@ -841,4 +841,3 @@ void red_channel_disconnect_client(RedChannel *channel, RedChannelClient *rcc)
{
channel->priv->client_cbs.disconnect(rcc);
}