[gtk/wip/chergert/glproto: 64/94] style cleanup




commit 26d9e9d103db28b7b76e9555780fb8a423d0cef5
Author: Christian Hergert <chergert redhat com>
Date:   Mon Dec 28 15:44:51 2020 -0800

    style cleanup

 gsk/next/gskglcommandqueue.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/gsk/next/gskglcommandqueue.c b/gsk/next/gskglcommandqueue.c
index aaec2bb567..a2bcd2ca0b 100644
--- a/gsk/next/gskglcommandqueue.c
+++ b/gsk/next/gskglcommandqueue.c
@@ -961,7 +961,10 @@ gsk_gl_command_queue_execute (GskGLCommandQueue *self)
               glBindFramebuffer (GL_FRAMEBUFFER, framebuffer);
             }
 
-          apply_viewport (&width, &height, batch->any.viewport.width, batch->any.viewport.width);
+          apply_viewport (&width,
+                          &height,
+                          batch->any.viewport.width,
+                          batch->any.viewport.width);
 
           glClear (batch->clear.bits);
         break;
@@ -987,7 +990,10 @@ gsk_gl_command_queue_execute (GskGLCommandQueue *self)
               glBindFramebuffer (GL_FRAMEBUFFER, framebuffer);
             }
 
-          apply_viewport (&width, &height, batch->any.viewport.width, batch->any.viewport.width);
+          apply_viewport (&width,
+                          &height,
+                          batch->any.viewport.width,
+                          batch->any.viewport.width);
 
           if (batch->draw.bind_count > 0)
             {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]