diff options
author | monsta <[email protected]> | 2016-11-21 23:55:20 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-21 23:55:20 +0300 |
commit | c1c672e45ffa331677a582289691e079cdde5138 (patch) | |
tree | 1810d01e55475640f12487edec810ab2347d67ac /applets | |
parent | 41e4aaed0158ca9a77cca1153a4b9425a41f0802 (diff) | |
download | mate-power-manager-c1c672e45ffa331677a582289691e079cdde5138.tar.bz2 mate-power-manager-c1c672e45ffa331677a582289691e079cdde5138.tar.xz |
fix indent a bit
Diffstat (limited to 'applets')
-rw-r--r-- | applets/brightness/brightness-applet.c | 6 | ||||
-rw-r--r-- | applets/inhibit/inhibit-applet.c | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/applets/brightness/brightness-applet.c b/applets/brightness/brightness-applet.c index 0972382..5cd7f6b 100644 --- a/applets/brightness/brightness-applet.c +++ b/applets/brightness/brightness-applet.c @@ -22,7 +22,7 @@ */ #ifdef HAVE_CONFIG_H -# include <config.h> +#include <config.h> #endif #include <stdio.h> @@ -71,8 +71,8 @@ typedef struct{ GType gpm_brightness_applet_get_type (void); -#define GPM_DBUS_SERVICE "org.mate.PowerManager" -#define GPM_DBUS_PATH_BACKLIGHT "/org/mate/PowerManager/Backlight" +#define GPM_DBUS_SERVICE "org.mate.PowerManager" +#define GPM_DBUS_PATH_BACKLIGHT "/org/mate/PowerManager/Backlight" #define GPM_DBUS_INTERFACE_BACKLIGHT "org.mate.PowerManager.Backlight" static void gpm_brightness_applet_class_init (GpmBrightnessAppletClass *klass); diff --git a/applets/inhibit/inhibit-applet.c b/applets/inhibit/inhibit-applet.c index 00698c1..8acec87 100644 --- a/applets/inhibit/inhibit-applet.c +++ b/applets/inhibit/inhibit-applet.c @@ -22,7 +22,7 @@ */ #ifdef HAVE_CONFIG_H -# include <config.h> +#include <config.h> #endif #include <stdio.h> |