[gxml: 15/16] * white space fixes
- From: Richard Hans Schwarting <rschwart src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml: 15/16] * white space fixes
- Date: Fri, 27 Jul 2012 09:31:17 +0000 (UTC)
commit be23162d98769eec413affd78a29a724f38ff468
Author: Richard Schwarting <aquarichy gmail com>
Date: Fri Jul 27 11:25:00 2012 +0200
* white space fixes
test/XmlSerializableTest.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/test/XmlSerializableTest.vala b/test/XmlSerializableTest.vala
index 00e36b7..469adcc 100644
--- a/test/XmlSerializableTest.vala
+++ b/test/XmlSerializableTest.vala
@@ -161,8 +161,8 @@ public class SerializableBanana : GLib.Object, GXml.Serializable {
foreach (string name in new string[] { "private-field", "public-field", "private-property", "public-property" }) {
properties[i] = new ParamSpecInt (name, name, name, int.MIN, int.MAX, 0, ParamFlags.READABLE); // TODO: offer guidance for these fields, esp. ParamFlags
i++;
- // TODO: does serialisation use anything other than ParamSpec.name?
- }
+ // TODO: does serialisation use anything other than ParamSpec.name?
+ }
}
return this.properties;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]