From 92df91590fd4b1ca4921cc3f89421928b857e75c Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Mon, 12 Jul 2010 17:31:03 -0400 Subject: [PATCH] trivial whitespace fix --- glib/gmem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gmem.h b/glib/gmem.h index 54f153b..d005eb1 100644 --- a/glib/gmem.h +++ b/glib/gmem.h @@ -85,7 +85,7 @@ gpointer g_try_realloc_n (gpointer mem, gsize __n = (gsize) (n_structs); \ gsize __s = sizeof (struct_type); \ gpointer __p; \ - if (__s == 1) \ + if (__s == 1) \ __p = g_##func (__n); \ else if (__builtin_constant_p (__n) && \ (__s == 0 || __n <= G_MAXSIZE / __s)) \ -- 2.7.4