trivial: whitespace fixes
This commit is contained in:
@@ -639,7 +639,7 @@ g_hash_table_steal_extended(GHashTable * hash_table,
|
|||||||
gpointer *_stolen_value = (stolen_value); \
|
gpointer *_stolen_value = (stolen_value); \
|
||||||
\
|
\
|
||||||
/* we cannot allow NULL arguments, because then we would leak the values in
|
/* we cannot allow NULL arguments, because then we would leak the values in
|
||||||
* the compat implementation. */ \
|
* the compat implementation. */ \
|
||||||
g_assert(_stolen_key); \
|
g_assert(_stolen_key); \
|
||||||
g_assert(_stolen_value); \
|
g_assert(_stolen_value); \
|
||||||
\
|
\
|
||||||
|
Reference in New Issue
Block a user