[Xfce4-commits] [apps/xfce4-terminal] 01/01: Format code properly
noreply at xfce.org
noreply at xfce.org
Sat Jan 6 19:39:48 CET 2018
This is an automated email from the git hooks/post-receive script.
f 2 4 0 4 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 apps/xfce4-terminal.
commit 17e26be9294ecf47ce71549a1dbe860f5eb3105d
Author: Igor <f2404 at yandex.ru>
Date: Sat Jan 6 13:39:42 2018 -0500
Format code properly
---
terminal/terminal-preferences.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/terminal/terminal-preferences.c b/terminal/terminal-preferences.c
index 0e84088..5ccd916 100644
--- a/terminal/terminal-preferences.c
+++ b/terminal/terminal-preferences.c
@@ -268,7 +268,8 @@ static void
terminal_preferences_class_init (TerminalPreferencesClass *klass)
{
GObjectClass *gobject_class;
- GType enum_types[] = {
+ guint i;
+ const GType enum_types[] = {
GTK_TYPE_POSITION_TYPE,
TERMINAL_TYPE_BACKGROUND_STYLE,
TERMINAL_TYPE_BACKGROUND,
@@ -279,7 +280,6 @@ terminal_preferences_class_init (TerminalPreferencesClass *klass)
TERMINAL_TYPE_CURSOR_SHAPE,
TERMINAL_TYPE_TEXT_BLINK_MODE
};
- guint i;
gobject_class = G_OBJECT_CLASS (klass);
gobject_class->dispose = terminal_preferences_dispose;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list