summaryrefslogtreecommitdiff
path: root/src/terminal-debug.c
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-11-06 19:14:03 -0300
committerPerberos <[email protected]>2011-11-06 19:14:03 -0300
commitf2a13175e5a3a38d1340d2fff5e03f8c2e0d8f8e (patch)
tree5bc248a29ae93e5534428e6908a94d50d419ceb9 /src/terminal-debug.c
parentdef492f92d29f294c62d94ef562dd6271bd9b84b (diff)
downloadmate-terminal-f2a13175e5a3a38d1340d2fff5e03f8c2e0d8f8e.tar.bz2
mate-terminal-f2a13175e5a3a38d1340d2fff5e03f8c2e0d8f8e.tar.xz
aplicando formato allman
Diffstat (limited to 'src/terminal-debug.c')
-rw-r--r--src/terminal-debug.c23
1 files changed, 12 insertions, 11 deletions
diff --git a/src/terminal-debug.c b/src/terminal-debug.c
index ec9c3ee..de75e41 100644
--- a/src/terminal-debug.c
+++ b/src/terminal-debug.c
@@ -28,18 +28,19 @@ void
_terminal_debug_init(void)
{
#ifdef MATE_ENABLE_DEBUG
- const GDebugKey keys[] = {
- { "accels", TERMINAL_DEBUG_ACCELS },
- { "encodings", TERMINAL_DEBUG_ENCODINGS },
- { "factory", TERMINAL_DEBUG_FACTORY },
- { "geometry", TERMINAL_DEBUG_GEOMETRY },
- { "mdi", TERMINAL_DEBUG_MDI },
- { "processes", TERMINAL_DEBUG_PROCESSES },
- { "profile", TERMINAL_DEBUG_PROFILE }
- };
+ const GDebugKey keys[] =
+ {
+ { "accels", TERMINAL_DEBUG_ACCELS },
+ { "encodings", TERMINAL_DEBUG_ENCODINGS },
+ { "factory", TERMINAL_DEBUG_FACTORY },
+ { "geometry", TERMINAL_DEBUG_GEOMETRY },
+ { "mdi", TERMINAL_DEBUG_MDI },
+ { "processes", TERMINAL_DEBUG_PROCESSES },
+ { "profile", TERMINAL_DEBUG_PROFILE }
+ };
- _terminal_debug_flags = g_parse_debug_string (g_getenv ("MATE_TERMINAL_DEBUG"),
- keys, G_N_ELEMENTS (keys));
+ _terminal_debug_flags = g_parse_debug_string (g_getenv ("MATE_TERMINAL_DEBUG"),
+ keys, G_N_ELEMENTS (keys));
#endif /* MATE_ENABLE_DEBUG */
}