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
1 changed files with 5 additions and 4 deletions

View File

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