mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 17:10:40 -05:00
util: Small style cleanups
To make the code more pleasant to read. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1372
This commit is contained in:
parent
19ddf13959
commit
1dc6a15eac
@ -1,5 +1,3 @@
|
||||
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
|
||||
|
||||
/*
|
||||
* Copyright (C) 2001 Havoc Pennington
|
||||
* Copyright (C) 2005 Elijah Newren
|
||||
@ -266,9 +264,7 @@ meta_debug_spew_real (const char *format, ...)
|
||||
|
||||
g_free (str);
|
||||
}
|
||||
#endif /* WITH_VERBOSE_MODE */
|
||||
|
||||
#ifdef WITH_VERBOSE_MODE
|
||||
void
|
||||
meta_verbose_real (const char *format, ...)
|
||||
{
|
||||
@ -278,9 +274,7 @@ meta_verbose_real (const char *format, ...)
|
||||
meta_topic_real_valist (META_DEBUG_VERBOSE, format, args);
|
||||
va_end (args);
|
||||
}
|
||||
#endif /* WITH_VERBOSE_MODE */
|
||||
|
||||
#ifdef WITH_VERBOSE_MODE
|
||||
static const char*
|
||||
topic_name (MetaDebugTopic topic)
|
||||
{
|
||||
@ -759,6 +753,3 @@ meta_remove_clutter_debug_flags (ClutterDebugFlag debug_flags,
|
||||
{
|
||||
clutter_remove_debug_flags (debug_flags, draw_flags, pick_flags);
|
||||
}
|
||||
|
||||
/* eof util.c */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user