remove blank line

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-12-18 14:36:38 -05:00
parent 60e38fda84
commit 09823824d3
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ _callback_channel_message(Express_Network *net EINA_UNUSED, const char *event EI
/* DBG("\t%s", params[1]); */
if (!(chl = _window_channel_find(params[0]))) return;
_channel_text_append(chl, source, params[1]);
}