xfreerdp: fix formating - indentation
This commit is contained in:
parent
c95cdfbdc7
commit
7b55c3a48e
@ -232,11 +232,11 @@ static void xf_desktop_resize(rdpContext* context)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef WITH_XRENDER
|
#ifdef WITH_XRENDER
|
||||||
if (!xfc->settings->SmartSizing)
|
if (!xfc->settings->SmartSizing)
|
||||||
{
|
{
|
||||||
xfc->scaledWidth = xfc->width;
|
xfc->scaledWidth = xfc->width;
|
||||||
xfc->scaledHeight = xfc->height;
|
xfc->scaledHeight = xfc->height;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (!xfc->fullscreen)
|
if (!xfc->fullscreen)
|
||||||
|
Loading…
Reference in New Issue
Block a user