Apply astyle 3.4 code formatter

This commit is contained in:
Koichiro Iwao 2024-02-08 21:53:30 +09:00
parent 45fd497645
commit 2307608cfb

View File

@ -644,10 +644,10 @@ gfx_wiretosurface2(struct xrdp_encoder *self,
if (self->codec_handle_prfx_gfx[mon_index] == NULL)
{
self->codec_handle_prfx_gfx[mon_index] = rfxcodec_encode_create(
width,
height,
RFX_FORMAT_YUV,
RFX_FLAGS_RLGR1 | RFX_FLAGS_PRO1);
width,
height,
RFX_FORMAT_YUV,
RFX_FLAGS_RLGR1 | RFX_FLAGS_PRO1);
if (self->codec_handle_prfx_gfx[mon_index] == NULL)
{
return NULL;