diff options
author | Monsta <[email protected]> | 2015-12-24 14:15:58 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-12-24 14:15:58 +0300 |
commit | fad30bcc5e0534d4ed7283dae68727fe271dd1a8 (patch) | |
tree | 89c88e0f300991bf06d8090075d5178cf82f44ac | |
parent | b13a477fcd63efb11264bbd2f78bf59c600da11a (diff) | |
download | mate-panel-fad30bcc5e0534d4ed7283dae68727fe271dd1a8.tar.bz2 mate-panel-fad30bcc5e0534d4ed7283dae68727fe271dd1a8.tar.xz |
fix indent a bit
-rw-r--r-- | libmate-panel-applet/mate-panel-applet.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <config.h> +#include <config.h> #endif #include <unistd.h> @@ -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); |