[gcalctool] Remove stray whitespace
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcalctool] Remove stray whitespace
- Date: Tue, 21 Dec 2010 03:45:13 +0000 (UTC)
commit a3834540a7134d5d99574a07f82703d5923d683d
Author: Robert Ancell <robert ancell canonical com>
Date: Tue Dec 21 14:37:52 2010 +1100
Remove stray whitespace
src/math-equation.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/math-equation.c b/src/math-equation.c
index 40c4221..047f79a 100644
--- a/src/math-equation.c
+++ b/src/math-equation.c
@@ -978,7 +978,7 @@ math_equation_insert_numeric_point(MathEquation *equation)
{
gchar buffer[7];
gint len;
- len = g_unichar_to_utf8( mp_serializer_get_radix(equation->priv->serializer), buffer);
+ len = g_unichar_to_utf8(mp_serializer_get_radix(equation->priv->serializer), buffer);
buffer[len] = '\0';
math_equation_insert(equation, buffer);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]