uwac: Format code by astyle
authorOndrej Holy <oholy@redhat.com>
Wed, 22 Aug 2018 11:15:32 +0000 (13:15 +0200)
committerOndrej Holy <oholy@redhat.com>
Wed, 22 Aug 2018 12:34:02 +0000 (14:34 +0200)
Run ./scripts/format_code.sh before the following changes.

uwac/libuwac/uwac-window.c

index f212f07..343c1ef 100644 (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
                {