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
|
||||
if (!xfc->settings->SmartSizing)
|
||||
{
|
||||
xfc->scaledWidth = xfc->width;
|
||||
xfc->scaledHeight = xfc->height;
|
||||
}
|
||||
if (!xfc->settings->SmartSizing)
|
||||
{
|
||||
xfc->scaledWidth = xfc->width;
|
||||
xfc->scaledHeight = xfc->height;
|
||||
}
|
||||
#endif
|
||||
|
||||
if (!xfc->fullscreen)
|
||||
|
Loading…
Reference in New Issue
Block a user