From fad30bcc5e0534d4ed7283dae68727fe271dd1a8 Mon Sep 17 00:00:00 2001 From: Monsta Date: Thu, 24 Dec 2015 14:15:58 +0300 Subject: fix indent a bit --- libmate-panel-applet/mate-panel-applet.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmate-panel-applet/mate-panel-applet.c') diff --git a/libmate-panel-applet/mate-panel-applet.c b/libmate-panel-applet/mate-panel-applet.c index 96482c1b..4d8b5220 100644 --- a/libmate-panel-applet/mate-panel-applet.c +++ b/libmate-panel-applet/mate-panel-applet.c @@ -24,7 +24,7 @@ */ #ifdef HAVE_CONFIG_H - #include +#include #endif #include @@ -1451,7 +1451,7 @@ mate_panel_applet_get_pixmap (MatePanelApplet *applet, gdk_error_trap_pop_ignored (); /* background can be NULL if the user changes the background very fast. - * We'll get the next update, so it's not a big deal. */ + * We'll get the next update, so it's not a big deal. */ if (!background || cairo_surface_status (background) != CAIRO_STATUS_SUCCESS) { if (background) cairo_surface_destroy (background); -- cgit v1.2.1