trivial: whitespace fixes

This commit is contained in:
Thomas Haller
2020-10-22 13:29:27 +02:00
parent ad18612c36
commit c3fe895ebc

View File

@@ -639,7 +639,7 @@ g_hash_table_steal_extended(GHashTable * hash_table,
gpointer *_stolen_value = (stolen_value); \
\
/* 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_value); \
\