summaryrefslogtreecommitdiff
path: root/test/NameConflictTest.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/NameConflictTest.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/NameConflictTest.thrift')
-rw-r--r--test/NameConflictTest.thrift30
1 files changed, 15 insertions, 15 deletions
diff --git a/test/NameConflictTest.thrift b/test/NameConflictTest.thrift
index 24757c0a3..337be07e7 100644
--- a/test/NameConflictTest.thrift
+++ b/test/NameConflictTest.thrift
@@ -4,21 +4,21 @@
struct using {
- 1: double single
- 2: double integer
+ 1: double single
+ 2: double integer
}
struct delegate {
- 1: string partial
- 2: delegate delegate
+ 1: string partial
+ 2: delegate delegate
}
struct get {
- 1: bool sbyte
+ 1: bool sbyte
}
struct partial {
- 1: using using
+ 1: using using
}
enum Maybe {
@@ -91,11 +91,11 @@ struct Tricky_ {
}
struct Nested {
- 1: ClassAndProp ClassAndProp
- 2: second_chance second_chance
- 3: NOW_EAT_THIS NOW_EAT_THIS
- 4: TheEdgeCase TheEdgeCase
- 5: Tricky_ Tricky_
+ 1: ClassAndProp ClassAndProp
+ 2: second_chance second_chance
+ 3: NOW_EAT_THIS NOW_EAT_THIS
+ 4: TheEdgeCase TheEdgeCase
+ 5: Tricky_ Tricky_
6: Nested Nested
}
@@ -106,12 +106,12 @@ exception Problem_ {
service extern {
- delegate event(1: partial get)
- void Foo(1: Nested Foo_args) throws (1: Problem_ Foo_result)
+ delegate event(1: partial get)
+ void Foo(1: Nested Foo_args) throws (1: Problem_ Foo_result)
}
service qualified {
- Maybe maybe(1: Maybe foldr)
- Either either(1: foldr of)
+ Maybe maybe(1: Maybe foldr)
+ Either either(1: foldr of)
}
// eof