erlang: Clean up some trailing whitespace
authorDavid Reiss <dreiss@apache.org>
Mon, 30 Aug 2010 22:05:01 +0000 (22:05 +0000)
committerDavid 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

index cd439cc..889f1b4 100644 (file)
@@ -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})