Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
f32d0fb
)
erlang: Clean up some trailing whitespace
author
David Reiss
<dreiss@apache.org>
Mon, 30 Aug 2010 22:05:01 +0000
(22:05 +0000)
committer
David Reiss
<dreiss@apache.org>
Mon, 30 Aug 2010 22:05:01 +0000
(22:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@990958
13f79535
-47bb-0310-9956-
ffa450edef68
test/erl/src/test_server.erl
patch
|
blob
|
history
diff --git
a/test/erl/src/test_server.erl
b/test/erl/src/test_server.erl
index
cd439cc
..
889f1b4
100644
(file)
--- a/
test/erl/src/test_server.erl
+++ b/
test/erl/src/test_server.erl
@@
-124,12
+124,12
@@
handle_function(testInsanity, {Insanity}) when is_record(Insanity, insanity) ->
{?thriftTest_THREE, Crazy}]),
SecondMap = dict:from_list([{?thriftTest_SIX, Looney}]),
-
+
Insane = dict:from_list([{1, FirstMap},
{2, SecondMap}]),
-
+
io:format("Return = ~p~n", [Insane]),
-
+
{reply, Insane};
handle_function(testMulti, Args = {Arg0, Arg1, Arg2, _Arg3, Arg4, Arg5})