[gcalctool/vala] Fix whitespace
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcalctool/vala] Fix whitespace
- Date: Fri, 12 Oct 2012 09:24:11 +0000 (UTC)
commit 7b9d9e829f9946ec8acd728c99fed5802cb1379f
Author: Robert Ancell <robert ancell canonical com>
Date: Fri Oct 12 22:24:07 2012 +1300
Fix whitespace
src/serializer.vala | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/serializer.vala b/src/serializer.vala
index 2ba9828..53e16ab 100644
--- a/src/serializer.vala
+++ b/src/serializer.vala
@@ -31,11 +31,11 @@ public class Serializer : Object
{
private int leading_digits; /* Number of digits to show before radix */
private int trailing_digits; /* Number of digits to show after radix */
- private DisplayFormat format; /* Number display mode. */
- private bool show_tsep; /* Set if the thousands separator should be shown. */
- private bool show_zeroes; /* Set if trailing zeroes should be shown. */
+ private DisplayFormat format; /* Number display mode. */
+ private bool show_tsep; /* Set if the thousands separator should be shown. */
+ private bool show_zeroes; /* Set if trailing zeroes should be shown. */
- private int number_base; /* Numeric base */
+ private int number_base; /* Numeric base */
private unichar radix; /* Locale specific radix string. */
private unichar tsep; /* Locale specific thousands separator. */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]