summaryrefslogtreecommitdiff
path: root/test/DebugProtoTest.thrift
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2014-10-03 20:22:28 +0200
committerJens Geyer <jensg@apache.org>2014-10-03 20:30:38 +0200
commitaaa8947f3a149d38dd4bfd395573860c2f18ea93 (patch)
treeaf4b000fca7e39c9b5e88b35fbc471b6138749c4 /test/DebugProtoTest.thrift
parentd5436f5cf7a100d89abb3d125d8f241ca7dc925e (diff)
downloadthrift-aaa8947f3a149d38dd4bfd395573860c2f18ea93.tar.gz
THRIFT-2768: Whitespace Fixup
Client: General (Makefile.am, *.thrift) Patch: Jens Geyer DocTest.thrift has NOT been changed, the trailing whitespaces are part of the test case.
Diffstat (limited to 'test/DebugProtoTest.thrift')
-rw-r--r--test/DebugProtoTest.thrift6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/DebugProtoTest.thrift b/test/DebugProtoTest.thrift
index 3cb3478e4..fb1698292 100644
--- a/test/DebugProtoTest.thrift
+++ b/test/DebugProtoTest.thrift
@@ -110,7 +110,7 @@ struct CompactProtoTestStruct {
8: bool true_field;
9: bool false_field;
10: Empty empty_struct_field;
-
+
// primitives in lists
11: list<byte> byte_list;
12: list<i16> i16_list;
@@ -121,7 +121,7 @@ struct CompactProtoTestStruct {
17: list<binary> binary_list;
18: list<bool> boolean_list;
19: list<Empty> struct_list;
-
+
// primitives in sets
20: set<byte> byte_set;
21: set<i16> i16_set;
@@ -132,7 +132,7 @@ struct CompactProtoTestStruct {
26: set<binary> binary_set;
27: set<bool> boolean_set;
28: set<Empty> struct_set;
-
+
// maps
// primitives as keys
29: map<byte, byte> byte_byte_map;