[gnumeric] whitespace.
- From: Morten Welinder <mortenw src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnumeric] whitespace.
- Date: Tue, 13 Oct 2009 19:43:11 +0000 (UTC)
commit c4f8b92c6e1b58ee2d2d7a27f917e616548488aa
Author: Morten Welinder <terra gnome org>
Date: Tue Oct 13 15:41:30 2009 -0400
whitespace.
src/sheet-object-widget.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/sheet-object-widget.c b/src/sheet-object-widget.c
index b25b9a4..1faee9f 100644
--- a/src/sheet-object-widget.c
+++ b/src/sheet-object-widget.c
@@ -3057,10 +3057,10 @@ GnmExprTop const *
sheet_widget_list_base_get_result_link (SheetObject const *so)
{
SheetWidgetListBase *swl = SHEET_WIDGET_LIST_BASE (so);
- GnmExprTop const *texpr = swl->output_dep.texpr;
+ GnmExprTop const *texpr = swl->output_dep.texpr;
if (texpr)
- gnm_expr_top_ref (texpr);
+ gnm_expr_top_ref (texpr);
return texpr;
}
@@ -3069,10 +3069,10 @@ GnmExprTop const *
sheet_widget_list_base_get_content_link (SheetObject const *so)
{
SheetWidgetListBase *swl = SHEET_WIDGET_LIST_BASE (so);
- GnmExprTop const *texpr = swl->content_dep.texpr;
+ GnmExprTop const *texpr = swl->content_dep.texpr;
if (texpr)
- gnm_expr_top_ref (texpr);
+ gnm_expr_top_ref (texpr);
return texpr;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]