[gtk/wip/chergert/glproto: 134/526] style cleanup




commit a096f7b6d7637d55ad4e544226ee82084151b0b5
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]