[glib] trivial whitespace fix
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] trivial whitespace fix
- Date: Mon, 12 Jul 2010 21:32:58 +0000 (UTC)
commit 92df91590fd4b1ca4921cc3f89421928b857e75c
Author: Ryan Lortie <desrt desrt ca>
Date: Mon Jul 12 17:31:03 2010 -0400
trivial whitespace fix
glib/gmem.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
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)) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]