diff options
author | Joe George <joe@zeroc.com> | 2017-05-03 12:02:39 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2017-05-03 15:21:00 -0400 |
commit | 6f529c5068754f5ee28fadfa41487c3625b5c7ea (patch) | |
tree | 101e0655019ba9e06dc9f24da5ae43638796d6aa /cpp/src/slice2html/Gen.cpp | |
parent | IceBridge bug fix (diff) | |
download | ice-6f529c5068754f5ee28fadfa41487c3625b5c7ea.tar.bz2 ice-6f529c5068754f5ee28fadfa41487c3625b5c7ea.tar.xz ice-6f529c5068754f5ee28fadfa41487c3625b5c7ea.zip |
Remove unnecessary tabs
Diffstat (limited to 'cpp/src/slice2html/Gen.cpp')
-rw-r--r-- | cpp/src/slice2html/Gen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2html/Gen.cpp b/cpp/src/slice2html/Gen.cpp index daa2e495438..4ce38794401 100644 --- a/cpp/src/slice2html/Gen.cpp +++ b/cpp/src/slice2html/Gen.cpp @@ -2977,7 +2977,7 @@ Slice::EnumGenerator::generate(const EnumPtr& e) } Slice::PageVisitor::PageVisitor(const Files& files) : - _files(files) + _files(files) { } |