From: Ivan Maidanski Date: Wed, 18 Dec 2013 22:41:27 +0000 (+0400) Subject: Remove extra trailing backslash in GC_collect_or_expand X-Git-Tag: gc7_6_0~300 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dff7453032eeb84a96d654dab7c77e1984e07dd2;p=gc Remove extra trailing backslash in GC_collect_or_expand (adjust code formatting) * alloc.c (GC_collect_or_expand): Remove unnecessary trailing backslash (in multi-line expression). --- diff --git a/alloc.c b/alloc.c index 9db21d10..41b0caba 100644 --- a/alloc.c +++ b/alloc.c @@ -1298,7 +1298,7 @@ GC_INNER GC_bool GC_collect_or_expand(word needed_blocks, } if (!GC_expand_hp_inner(blocks_to_get) - && (blocks_to_get == needed_blocks \ + && (blocks_to_get == needed_blocks || !GC_expand_hp_inner(needed_blocks))) { if (gc_not_stopped == FALSE) { /* Don't increment GC_fail_count here (and no warning). */