[gnumeric] whitespace
- From: Morten Welinder <mortenw src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnumeric] whitespace
- Date: Sun, 11 Oct 2009 00:03:57 +0000 (UTC)
commit f2d7f342fc9bda41c16046b97737e3a96ae70638
Author: Morten Welinder <terra gnome org>
Date: Sat Oct 10 20:02:47 2009 -0400
whitespace
src/expr-name.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/expr-name.c b/src/expr-name.c
index 5b44160..12028df 100644
--- a/src/expr-name.c
+++ b/src/expr-name.c
@@ -689,7 +689,8 @@ expr_name_downgrade_to_placeholder (GnmNamedExpr *nexpr)
g_return_if_fail (!nexpr->is_placeholder);
scope = (nexpr->pos.sheet != NULL)
- ? nexpr->pos.sheet->names : nexpr->pos.wb->names;
+ ? nexpr->pos.sheet->names
+ : nexpr->pos.wb->names;
g_return_if_fail (scope != NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]