From c3fe895ebcca12339f8ce92be2c961bdd1f33e6b Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 22 Oct 2020 13:29:27 +0200 Subject: [PATCH] trivial: whitespace fixes --- shared/nm-glib-aux/nm-glib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/nm-glib-aux/nm-glib.h b/shared/nm-glib-aux/nm-glib.h index 5125617d7..7330b007a 100644 --- a/shared/nm-glib-aux/nm-glib.h +++ b/shared/nm-glib-aux/nm-glib.h @@ -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); \ \