From c1c672e45ffa331677a582289691e079cdde5138 Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 21 Nov 2016 23:55:20 +0300 Subject: fix indent a bit --- src/gpm-backlight.c | 2 +- src/gpm-brightness.c | 2 +- src/gpm-control.c | 2 +- src/gpm-networkmanager.c | 2 +- src/msd-osd-window.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/gpm-backlight.c b/src/gpm-backlight.c index 48a33c7..82841b3 100644 --- a/src/gpm-backlight.c +++ b/src/gpm-backlight.c @@ -21,7 +21,7 @@ */ #ifdef HAVE_CONFIG_H -# include +#include #endif #include diff --git a/src/gpm-brightness.c b/src/gpm-brightness.c index 686f676..314403e 100644 --- a/src/gpm-brightness.c +++ b/src/gpm-brightness.c @@ -20,7 +20,7 @@ */ #ifdef HAVE_CONFIG_H -# include +#include #endif #include diff --git a/src/gpm-control.c b/src/gpm-control.c index 4091e0c..c334fb5 100644 --- a/src/gpm-control.c +++ b/src/gpm-control.c @@ -20,7 +20,7 @@ */ #ifdef HAVE_CONFIG_H -# include +#include #endif #include diff --git a/src/gpm-networkmanager.c b/src/gpm-networkmanager.c index 3b62406..add8fc0 100644 --- a/src/gpm-networkmanager.c +++ b/src/gpm-networkmanager.c @@ -20,7 +20,7 @@ */ #ifdef HAVE_CONFIG_H -# include +#include #endif #include diff --git a/src/msd-osd-window.c b/src/msd-osd-window.c index 89a9272..1b97df1 100644 --- a/src/msd-osd-window.c +++ b/src/msd-osd-window.c @@ -339,7 +339,7 @@ expose_when_composited (GtkWidget *widget, GdkEventExpose *event) cairo_paint_with_alpha (context, window->priv->fade_out_alpha); #endif - done: +done: if (surface != NULL) { cairo_surface_destroy (surface); } -- cgit v1.2.1