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