Code style changed.

This commit is contained in:
ivan-83 2015-05-02 06:38:50 +03:00
parent 0fda0eb0de
commit 5ba4d6cd6c

View File

@ -560,7 +560,8 @@ int fastpath_recv_updates(rdpFastPath* fastpath, wStream* s)
while (Stream_GetRemainingLength(s) >= 3)
{
if (fastpath_recv_update_data(fastpath, s) < 0) {
if (fastpath_recv_update_data(fastpath, s) < 0)
{
WLog_DBG(TAG, "fastpath_recv_update_data() fail");
return -1;
}