aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-float.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-cell-float.c')
-rw-r--r--widgets/table/e-cell-float.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/widgets/table/e-cell-float.c b/widgets/table/e-cell-float.c
index 1cd61efcbb..281000af23 100644
--- a/widgets/table/e-cell-float.c
+++ b/widgets/table/e-cell-float.c
@@ -40,9 +40,9 @@ static char *
ecf_get_text(ECellText *cell, ETableModel *model, int col, int row)
{
gfloat *fvalue;
-
+
fvalue = e_table_model_value_at (model, col, row);
-
+
return e_format_number_float (*fvalue);
}
@@ -76,7 +76,7 @@ e_cell_float_init (ECellFloat *cell_float)
* interpreted as being an int.
*
* See ECellText for other features.
- *
+ *
* Returns: an ECell object that can be used to render floats.
*/
ECell *
@@ -85,7 +85,7 @@ e_cell_float_new (const char *fontname, GtkJustification justify)
ECellFloat *ecn = g_object_new (E_CELL_FLOAT_TYPE, NULL);
e_cell_text_construct(E_CELL_TEXT(ecn), fontname, justify);
-
+
return (ECell *) ecn;
}
eletions'>-0/+2 * - Clarify LICENSEamdmi32016-03-121-14/+11 * By default libtool replaces -export-symbols <file> with -retain-symbols-filetijl2015-08-02s'>-1/+2 * - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0 * Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-291-1/+0 * KDE/FreeBSD team presents Qt 4.8.4 and QtCreator 2.6.1 ports.makc2013-02-041-6/+1 * - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1 * KDE/FreeBSD team presents Qt 4.8.1 in ports!makc2012-05-251-0/+4 * KDE FreeBSD team is glad to present Qt 4.7.1 in ports.makc2010-12-031-1/+1 * Improve handing of LD_LIBRARY_PATH when doing non-standard LOCALBASE builds.kmoore2010-10-161-1/+1 * The FreeBSD KDE team is pleased to announce Qt-4.6.1 for FreeBSD.makc2010-01-223-25/+30 * - Update to Qt-4.5miwi2009-11-273-10/+4 * - s/MAKE_JOBS_SAVE/MAKE_JOBS_SAFEmiwi2009-08-051-1/+1 * - Update Qt4 to 4.5.2miwi2009-08-05