xfreerdp: fix formating - indentation

This commit is contained in:
Bernhard Miklautz 2014-12-03 18:23:20 +01:00
parent c95cdfbdc7
commit 7b55c3a48e

View File

@ -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)