summaryrefslogtreecommitdiff
path: root/contrib/Rebus
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 /contrib/Rebus
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 'contrib/Rebus')
-rw-r--r--contrib/Rebus/sample.thrift12
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/Rebus/sample.thrift b/contrib/Rebus/sample.thrift
index fe1d21a86..785e2d38f 100644
--- a/contrib/Rebus/sample.thrift
+++ b/contrib/Rebus/sample.thrift
@@ -16,15 +16,15 @@
* specific language governing permissions and limitations
* under the License.
*/
-
+
service BasicMathServer {
- oneway void DoTheMath( 1: i32 arg1, 2: i32 arg2)
- oneway void Ping(1: i64 value)
+ oneway void DoTheMath( 1: i32 arg1, 2: i32 arg2)
+ oneway void Ping(1: i64 value)
}
service BasicMathClient {
- oneway void ThreeResults( 1 : i32 added, 2 : i32 multiplied, 3 : i32 subtracted);
- oneway void FourResults( 1 : i32 added, 2 : i32 multiplied, 3 : i32 subtracted, 4 : i32 divided);
- oneway void Pong(1: i64 value)
+ oneway void ThreeResults( 1 : i32 added, 2 : i32 multiplied, 3 : i32 subtracted);
+ oneway void FourResults( 1 : i32 added, 2 : i32 multiplied, 3 : i32 subtracted, 4 : i32 divided);
+ oneway void Pong(1: i64 value)
}