[gtk/gtk-3-24] Fix indentation.
- From: John Ralls <jralls src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/gtk-3-24] Fix indentation.
- Date: Mon, 29 Oct 2018 21:26:09 +0000 (UTC)
commit 9c6cf4acabb8f944e526872956dd5dff0da85761
Author: John Ralls <jralls ceridwen us>
Date: Mon Oct 29 14:25:31 2018 -0700
Fix indentation.
gdk/quartz/gdkwindow-quartz.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gdk/quartz/gdkwindow-quartz.c b/gdk/quartz/gdkwindow-quartz.c
index 402e191194..858444b2bb 100644
--- a/gdk/quartz/gdkwindow-quartz.c
+++ b/gdk/quartz/gdkwindow-quartz.c
@@ -138,11 +138,11 @@ gdk_window_impl_quartz_get_context (GdkWindowImplQuartz *window_impl,
return NULL;
}
if (gdk_quartz_osx_version () < GDK_OSX_YOSEMITE)
- cg_context = [[NSGraphicsContext currentContext] graphicsPort];
+ cg_context = [[NSGraphicsContext currentContext] graphicsPort];
else
- cg_context = [[NSGraphicsContext currentContext] CGContext];
+ cg_context = [[NSGraphicsContext currentContext] CGContext];
if (!cg_context)
- return NULL;
+ return NULL;
CGContextSaveGState (cg_context);
CGContextSetAllowsAntialiasing (cg_context, antialias);
@@ -306,10 +306,10 @@ gdk_quartz_create_cairo_surface (GdkWindowImplQuartz *impl,
surface_data->cg_context = cg_context;
if (cg_context)
- surface = cairo_quartz_surface_create_for_cg_context (cg_context,
- width, height);
+ surface = cairo_quartz_surface_create_for_cg_context (cg_context,
+ width, height);
else
- surface = cairo_quartz_surface_create(CAIRO_FORMAT_ARGB32, width, height);
+ surface = cairo_quartz_surface_create(CAIRO_FORMAT_ARGB32, width, height);
cairo_surface_set_user_data (surface, &gdk_quartz_cairo_key,
surface_data,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]