[thrift] whole ball of whitespace normalizations in Erlang
Summary: ill-formatted comments, trailing whitespace, and (gasp) tabs: all pwned. better now than later.
Reviewed By: eletuchy
Test Plan: ok
Revert Plan: ok
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665339 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/erl/include/thrift.hrl b/lib/erl/include/thrift.hrl
index 395d45e..4bc994e 100644
--- a/lib/erl/include/thrift.hrl
+++ b/lib/erl/include/thrift.hrl
@@ -5,10 +5,10 @@
%%% http://developers.facebook.com/thrift/
-define(ERROR(F, D),
- error_logger:format(F, D)).
+ error_logger:format(F, D)).
-define(INFO(F, D),
- error_logger:info_msg(F, D)).
+ error_logger:info_msg(F, D)).
-include("thrift_macros.hrl").
-include("thrift_constants.hrl").