uwac: Format code by astyle

Run ./scripts/format_code.sh before the following changes.
This commit is contained in:
Ondrej Holy 2018-08-22 13:15:32 +02:00
parent 3a5fdd0a39
commit 91c398dc94

View File

@ -684,11 +684,12 @@ UwacReturnCode UwacWindowSetFullscreenState(UwacWindow* window, UwacOutput* outp
} }
else if (window->shell_surface) else if (window->shell_surface)
{ {
if (isFullscreen) { if (isFullscreen)
{
wl_shell_surface_set_fullscreen(window->shell_surface, wl_shell_surface_set_fullscreen(window->shell_surface,
WL_SHELL_SURFACE_FULLSCREEN_METHOD_DEFAULT, WL_SHELL_SURFACE_FULLSCREEN_METHOD_DEFAULT,
0, 0,
output ? output->output : NULL); output ? output->output : NULL);
} }
else else
{ {