This is an automated email from the ASF dual-hosted git repository.
jensg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/master by this push:
new 3b280d1 THRIFT-4744 Erlang help intendation not aligned Client:
Erlang Patch: Jens Geyer
3b280d1 is described below
commit 3b280d1ee2ce1467333289c733980cda423abf82
Author: Jens Geyer <[email protected]>
AuthorDate: Sun Jan 20 12:38:21 2019 +0100
THRIFT-4744 Erlang help intendation not aligned
Client: Erlang
Patch: Jens Geyer
---
compiler/cpp/src/thrift/generate/t_erl_generator.cc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/compiler/cpp/src/thrift/generate/t_erl_generator.cc
b/compiler/cpp/src/thrift/generate/t_erl_generator.cc
index 12d91a7..d4fe12c 100644
--- a/compiler/cpp/src/thrift/generate/t_erl_generator.cc
+++ b/compiler/cpp/src/thrift/generate/t_erl_generator.cc
@@ -1276,6 +1276,6 @@ std::string t_erl_generator::type_module(t_type* ttype) {
THRIFT_REGISTER_GENERATOR(
erl,
"Erlang",
- " legacynames: Output files retain naming conventions of Thrift 0.9.1
and earlier.\n"
- " maps: Generate maps instead of dicts.\n"
- " otp16: Generate non-namespaced dict and set instead of
dict:dict and sets:set.\n")
+ " legacynames: Output files retain naming conventions of Thrift
0.9.1 and earlier.\n"
+ " maps: Generate maps instead of dicts.\n"
+ " otp16: Generate non-namespaced dict and set instead of
dict:dict and sets:set.\n")