From 7f7a8f4d2fee796da2d314c644e7d72b6e23c359 Mon Sep 17 00:00:00 2001 From: Bernhard Miklautz Date: Mon, 20 Jul 2020 15:29:44 +0200 Subject: [PATCH] fix: code formatting --- libfreerdp/core/orders.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libfreerdp/core/orders.c b/libfreerdp/core/orders.c index 1608b7ccb..f2eaffbf1 100644 --- a/libfreerdp/core/orders.c +++ b/libfreerdp/core/orders.c @@ -2674,9 +2674,10 @@ static CACHE_BRUSH_ORDER* update_read_cache_brush_order(rdpUpdate* update, wStre if (!rc) goto fail; - 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 */ + 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 */ Stream_Read_UINT8(s, cache_brush->style); /* style (1 byte) */ Stream_Read_UINT8(s, cache_brush->length); /* iBytes (1 byte) */