forked from AuroraMiddleware/gtk
indentation: fix various alignment issues
Most of these stem from the GtkIconInfo -> GtkIcon rename
This commit is contained in:
parent
27799ba4f5
commit
5f8c2b52c6
@ -557,7 +557,8 @@ _icon_cache_should_lru_cache (GtkIcon *icon)
|
|||||||
/* This returns the old lru element because we can't unref it with
|
/* This returns the old lru element because we can't unref it with
|
||||||
* the lock held */
|
* the lock held */
|
||||||
static GtkIcon *
|
static GtkIcon *
|
||||||
_icon_cache_add_to_lru_cache (GtkIconTheme *theme, GtkIcon *icon)
|
_icon_cache_add_to_lru_cache (GtkIconTheme *theme,
|
||||||
|
GtkIcon *icon)
|
||||||
{
|
{
|
||||||
GtkIcon *old_icon = NULL;
|
GtkIcon *old_icon = NULL;
|
||||||
|
|
||||||
@ -573,7 +574,8 @@ _icon_cache_add_to_lru_cache (GtkIconTheme *theme, GtkIcon *icon)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static GtkIcon *
|
static GtkIcon *
|
||||||
icon_cache_lookup (GtkIconTheme *theme, IconKey *key)
|
icon_cache_lookup (GtkIconTheme *theme,
|
||||||
|
IconKey *key)
|
||||||
{
|
{
|
||||||
GtkIcon *old_icon = NULL;
|
GtkIcon *old_icon = NULL;
|
||||||
GtkIcon *icon;
|
GtkIcon *icon;
|
||||||
@ -640,7 +642,8 @@ icon_cache_mark_used_if_cached (GtkIcon *icon)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
icon_cache_add (GtkIconTheme *theme, GtkIcon *icon)
|
icon_cache_add (GtkIconTheme *theme,
|
||||||
|
GtkIcon *icon)
|
||||||
{
|
{
|
||||||
GtkIcon *old_icon = NULL;
|
GtkIcon *old_icon = NULL;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user