commit | aaa8947f3a149d38dd4bfd395573860c2f18ea93 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Fri Oct 03 20:22:28 2014 +0200 |
committer | Jens Geyer <jensg@apache.org> | Fri Oct 03 20:30:38 2014 +0200 |
tree | af4b000fca7e39c9b5e88b35fbc471b6138749c4 | |
parent | d5436f5cf7a100d89abb3d125d8f241ca7dc925e [diff] [blame] |
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.
diff --git a/test/Recursive.thrift b/test/Recursive.thrift index 9c29983..c982582 100644 --- a/test/Recursive.thrift +++ b/test/Recursive.thrift
@@ -23,12 +23,12 @@ } struct RecList { - 1: RecList & nextitem + 1: RecList & nextitem 3: i16 item } struct CoRec { - 1: CoRec2 & other + 1: CoRec2 & other } struct CoRec2 {