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:
e9aab10
)
Fix some indentation.
author
David Reiss
<dreiss@apache.org>
Thu, 3 Apr 2008 23:16:46 +0000
(23:16 +0000)
committer
David Reiss
<dreiss@apache.org>
Thu, 3 Apr 2008 23:16:46 +0000
(23:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665639
13f79535
-47bb-0310-9956-
ffa450edef68
compiler/cpp/src/generate/t_perl_generator.cc
patch
|
blob
|
history
diff --git
a/compiler/cpp/src/generate/t_perl_generator.cc
b/compiler/cpp/src/generate/t_perl_generator.cc
index
1e7483e
..
4d846c6
100644
(file)
--- a/
compiler/cpp/src/generate/t_perl_generator.cc
+++ b/
compiler/cpp/src/generate/t_perl_generator.cc
@@
-229,10
+229,10
@@
void t_perl_generator::init_generator() {
// Print header
f_consts_ <<
-
autogen_comment() <<
-
"package "<< perl_namespace(program_) <<"Constants;"<<endl<<
-
perl_includes() <<
-
endl;
+ autogen_comment() <<
+ "package "<< perl_namespace(program_) <<"Constants;"<<endl<<
+ perl_includes() <<
+ endl;
}
/**