summaryrefslogtreecommitdiff
path: root/test/Recursive.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/Recursive.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/Recursive.thrift')
-rw-r--r--test/Recursive.thrift4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Recursive.thrift b/test/Recursive.thrift
index 9c29983c4..c9825821c 100644
--- a/test/Recursive.thrift
+++ b/test/Recursive.thrift
@@ -23,12 +23,12 @@ struct RecTree {
}
struct RecList {
- 1: RecList & nextitem
+ 1: RecList & nextitem
3: i16 item
}
struct CoRec {
- 1: CoRec2 & other
+ 1: CoRec2 & other
}
struct CoRec2 {