[Xfce4-commits] [xfce/xfce4-panel] 01/01: Improve code formatting
noreply at xfce.org
noreply at xfce.org
Sun Oct 13 01:09:40 CEST 2019
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfce4-panel.
commit aa6a8db87fe595dbf660e471612dd6788d7be264
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Sun Oct 13 01:09:28 2019 +0200
Improve code formatting
---
plugins/clock/clock.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/plugins/clock/clock.c b/plugins/clock/clock.c
index ff7a599..c05f143 100644
--- a/plugins/clock/clock.c
+++ b/plugins/clock/clock.c
@@ -766,7 +766,9 @@ clock_plugin_configure_plugin_chooser_separator (GtkTreeModel *model,
static void
-clock_plugin_validate_format_specifier (GtkEntry *entry, const gchar *format, ClockPlugin *plugin)
+clock_plugin_validate_format_specifier (GtkEntry *entry,
+ const gchar *format,
+ ClockPlugin *plugin)
{
GtkStyleContext *context;
@@ -782,7 +784,7 @@ clock_plugin_validate_format_specifier (GtkEntry *entry, const gchar *format, Cl
static void
clock_plugin_validate_entry_text (GtkEditable *entry,
- gpointer user_data)
+ gpointer user_data)
{
ClockPlugin *plugin = user_data;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list