no logic change, indent only

This commit is contained in:
speidy 2016-12-08 19:04:11 -05:00
parent 8a0fec5e66
commit bf07c20571

View File

@ -539,10 +539,8 @@ xrdp_caps_process_surface_cmds(struct xrdp_rdp *self, struct stream *s, int len)
{
int cmdFlags;
g_writeln("xrdp_caps_process_surface_cmds:");
in_uint32_le(s, cmdFlags);
in_uint8s(s, 4); /* reserved */
g_writeln(" cmdFlags 0x%08x", cmdFlags);
return 0;
}