Reformatted file.
authorArmin Novak <armin.novak@thincast.com>
Tue, 4 Oct 2016 07:00:00 +0000 (09:00 +0200)
committerArmin Novak <armin.novak@thincast.com>
Thu, 6 Oct 2016 11:43:13 +0000 (13:43 +0200)
channels/rdpsnd/client/rdpsnd_main.c [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 6244d41..db5aa6b
@@ -1441,7 +1441,9 @@ static VOID VCAPITYPE rdpsnd_virtual_channel_init_event(LPVOID pInitHandle,
                case CHANNEL_EVENT_TERMINATED:
                        if (plugin->thread != NULL)
                                if ((error = rdpsnd_virtual_channel_event_disconnected(plugin)))
-                                       WLog_ERR(TAG, "rdpsnd_virtual_channel_event_disconnected failed with error %lu!", error);
+                                       WLog_ERR(TAG,
+                                                "rdpsnd_virtual_channel_event_disconnected failed with error %lu!", error);
+
                        rdpsnd_virtual_channel_event_terminated(plugin);
                        break;
        }