[gnome-shell/wip/nielsdg/cleanup-plugin-boilerplate: 69/69] plugin: Style consistency fix



commit 5f4e0e5ff87031616e793d3e3543ce0412f6b377
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Tue Dec 25 15:43:48 2018 +0100

    plugin: Style consistency fix
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/315

 src/gnome-shell-plugin.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-shell-plugin.c b/src/gnome-shell-plugin.c
index 63890c2f9..35a9a8bcb 100644
--- a/src/gnome-shell-plugin.c
+++ b/src/gnome-shell-plugin.c
@@ -318,8 +318,8 @@ gnome_shell_plugin_confirm_display_change (MetaPlugin *plugin)
   _shell_wm_confirm_display_change (get_shell_wm ());
 }
 
-static const
-MetaPluginInfo *gnome_shell_plugin_plugin_info (MetaPlugin *plugin)
+static const MetaPluginInfo *
+gnome_shell_plugin_plugin_info (MetaPlugin *plugin)
 {
   static const MetaPluginInfo info = {
     .name = "GNOME Shell",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]