fix: code formatting
This commit is contained in:
parent
5a0bdbd297
commit
7f7a8f4d2f
@ -2676,7 +2676,8 @@ static CACHE_BRUSH_ORDER* update_read_cache_brush_order(rdpUpdate* update, wStre
|
||||
|
||||
Stream_Read_UINT8(s, cache_brush->cx); /* cx (1 byte) */
|
||||
Stream_Read_UINT8(s, cache_brush->cy); /* cy (1 byte) */
|
||||
/* according to Section 2.2.2.2.1.2.7 errata the windows implementation sets this filed is set to 0x00 */
|
||||
/* according to Section 2.2.2.2.1.2.7 errata the windows implementation sets this filed is set
|
||||
* to 0x00 */
|
||||
Stream_Read_UINT8(s, cache_brush->style); /* style (1 byte) */
|
||||
Stream_Read_UINT8(s, cache_brush->length); /* iBytes (1 byte) */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user