[gnumeric] cleaned extra white spaces
- From: Jean Bréfort <jbrefort src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] cleaned extra white spaces
- Date: Mon, 29 Jun 2020 11:50:32 +0000 (UTC)
commit dfa09fa15a4f2373f059b7743bc18333476dffd6
Author: Jean Brefort <jean brefort normalesup org>
Date: Mon Jun 29 13:49:44 2020 +0200
cleaned extra white spaces
plugins/excel/xlsx-write-drawing.c | 2 +-
plugins/glpk/gnm-glpk.c | 4 ++--
plugins/nlsolve/gnm-nlsolve.c | 2 +-
plugins/python-loader/gnm-py-interpreter.c | 2 +-
plugins/python-loader/py-gnumeric.c | 2 +-
src/func.c | 2 +-
src/sheet-diff.c | 4 ++--
src/sheet-object.c | 2 +-
src/widgets/gnm-fontbutton.c | 4 ++--
9 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/plugins/excel/xlsx-write-drawing.c b/plugins/excel/xlsx-write-drawing.c
index 2320a1fbb..bb0c26942 100644
--- a/plugins/excel/xlsx-write-drawing.c
+++ b/plugins/excel/xlsx-write-drawing.c
@@ -97,7 +97,7 @@ xlsx_write_series_dim (XLSXWriteState *state, GsfXMLOut *xml, GogSeries const *s
break;
if (dim == (int) desc->num_dim)
return;
- }
+ }
dat = gog_dataset_get_dim (GOG_DATASET (series), dim);
if (NULL != dat) {
GnmExprTop const *texpr = gnm_go_data_get_expr (dat);
diff --git a/plugins/glpk/gnm-glpk.c b/plugins/glpk/gnm-glpk.c
index 298ad9174..d3812071d 100644
--- a/plugins/glpk/gnm-glpk.c
+++ b/plugins/glpk/gnm-glpk.c
@@ -128,7 +128,7 @@ gnm_glpk_detect_version (GnmGlpk *lp,
if (gnm_solver_debug ())
g_printerr ("Detected version 4.58 file format\n");
goto out;
- }
+ }
out:
// Extra seek due to gsf bug
@@ -441,7 +441,7 @@ gnm_glpk_read_solution (GnmGlpk *lp)
sensitivity->constraints[cidx].high = high;
}
}
-
+
g_strfreev (items);
g_strfreev (items2);
diff --git a/plugins/nlsolve/gnm-nlsolve.c b/plugins/nlsolve/gnm-nlsolve.c
index dcf207800..afd23157b 100644
--- a/plugins/nlsolve/gnm-nlsolve.c
+++ b/plugins/nlsolve/gnm-nlsolve.c
@@ -323,7 +323,7 @@ rosenbrock_iter (GnmNlsolve *nl)
// Give gcc a few hints.
g_assert (n >= 0 && n < (1<<20));
-
+
if (nl->tentative) {
nl->tentative--;
if (nl->tentative == 0) {
diff --git a/plugins/python-loader/gnm-py-interpreter.c b/plugins/python-loader/gnm-py-interpreter.c
index 0f9ff3fa0..3c57fd5ac 100644
--- a/plugins/python-loader/gnm-py-interpreter.c
+++ b/plugins/python-loader/gnm-py-interpreter.c
@@ -184,7 +184,7 @@ gnm_py_interpreter_run_string (GnmPyInterpreter *interpreter, const char *cmd,
g_return_if_fail (stringio_module != NULL);
stringio_module_dict = PyModule_GetDict (stringio_module);
g_return_if_fail (stringio_module_dict != NULL);
- interpreter->stringio_class =
+ interpreter->stringio_class =
(PyTypeObject *) PyDict_GetItemString (stringio_module_dict,
(char *) "StringIO");
g_return_if_fail (interpreter->stringio_class != NULL);
diff --git a/plugins/python-loader/py-gnumeric.c b/plugins/python-loader/py-gnumeric.c
index 9b3e9509e..ec8c08add 100644
--- a/plugins/python-loader/py-gnumeric.c
+++ b/plugins/python-loader/py-gnumeric.c
@@ -330,7 +330,7 @@ call_python_function (PyObject *python_fn, GnmEvalPos const *eval_pos, gint n_ar
gboolean eval_pos_set;
g_return_val_if_fail (python_fn != NULL && PyCallable_Check (python_fn), NULL);
-
+
python_args = PyTuple_New (n_args);
g_return_val_if_fail (python_args != NULL, NULL);
for (i = 0; i < n_args; i++) {
diff --git a/src/func.c b/src/func.c
index 169aabc4d..afbaf4a9d 100644
--- a/src/func.c
+++ b/src/func.c
@@ -368,7 +368,7 @@ gnm_func_set_varargs (GnmFunc *func, GnmFuncNodes fn, const char *spec)
const char *q = strchr (spec, '.'); // "..."
if (p) func->min_args = p - spec;
if (!q) func->min_args = strlen (spec) - (p != NULL);
- }
+ }
}
/**
diff --git a/src/sheet-diff.c b/src/sheet-diff.c
index 218f38b11..e3cd33a86 100644
--- a/src/sheet-diff.c
+++ b/src/sheet-diff.c
@@ -46,7 +46,7 @@ typedef struct {
const GnmDiffActions *actions;
gboolean diff_found;
gboolean error;
-
+
Sheet *old_sheet, *new_sheet;
GnmRange common_range;
@@ -317,7 +317,7 @@ diff_names (GnmDiffIState *istate,
else
// Hmm... It's not terribly important where we get them
convs = sheet_get_conventions (workbook_sheet_by_index (istate->new_wb, 0));
-
+
old_names = g_slist_sort (old_names, (GCompareFunc)cb_expr_name_by_name);
new_names = g_slist_sort (new_names, (GCompareFunc)cb_expr_name_by_name);
diff --git a/src/sheet-object.c b/src/sheet-object.c
index 4754eb8e7..e84bd3657 100644
--- a/src/sheet-object.c
+++ b/src/sheet-object.c
@@ -111,7 +111,7 @@ void
sheet_object_set_print_flag (SheetObject *so, gboolean *print)
{
g_return_if_fail (GNM_IS_SO (so));
-
+
if (*print)
so->flags |= SHEET_OBJECT_PRINT;
else
diff --git a/src/widgets/gnm-fontbutton.c b/src/widgets/gnm-fontbutton.c
index 0f5cd1442..e256a3bf3 100644
--- a/src/widgets/gnm-fontbutton.c
+++ b/src/widgets/gnm-fontbutton.c
@@ -10,11 +10,11 @@ typedef enum {
GTK_FONT_CHOOSER_PROP_PREVIEW_TEXT,
GTK_FONT_CHOOSER_PROP_SHOW_PREVIEW_ENTRY,
#if GTK_CHECK_VERSION(3,24,0)
- GTK_FONT_CHOOSER_PROP_LEVEL,
+ GTK_FONT_CHOOSER_PROP_LEVEL,
GTK_FONT_CHOOSER_PROP_LANGUAGE,
GTK_FONT_CHOOSER_PROP_FONT_FEATURES,
#endif
- GTK_FONT_CHOOSER_PROP_LAST
+ GTK_FONT_CHOOSER_PROP_LAST
} GtkFontChooserProp;
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]