diff options
author | Joe George <joe@zeroc.com> | 2016-06-29 11:16:14 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2016-06-29 11:26:52 -0400 |
commit | 9d5e62c9d1c721b4fc116a5108c81162d2df8c9d (patch) | |
tree | 75b9b27e786bb64c3ffbc1fe0565dda531af2d54 /cpp/src/slice2confluence | |
parent | Reduced number of symbols exported by generated code with MSVC (diff) | |
download | ice-9d5e62c9d1c721b4fc116a5108c81162d2df8c9d.tar.bz2 ice-9d5e62c9d1c721b4fc116a5108c81162d2df8c9d.tar.xz ice-9d5e62c9d1c721b4fc116a5108c81162d2df8c9d.zip |
Whitespace cleanup - tabs to spaces
Diffstat (limited to 'cpp/src/slice2confluence')
-rw-r--r-- | cpp/src/slice2confluence/Gen.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/cpp/src/slice2confluence/Gen.cpp b/cpp/src/slice2confluence/Gen.cpp index 88eda488445..f62bd1f6fb8 100644 --- a/cpp/src/slice2confluence/Gen.cpp +++ b/cpp/src/slice2confluence/Gen.cpp @@ -1392,14 +1392,14 @@ Slice::GeneratorBase::getLinkPath(const SyntaxTreeBasePtr& p, const ContainerPtr { // Intra-package links need package name, unlike with html dir structure EnumeratorPtr enumerator = EnumeratorPtr::dynamicCast(p); - if(enumerator) - { - target = toStringList(enumerator->type()); - } - else - { - target = getContainer(p); - } + if(enumerator) + { + target = toStringList(enumerator->type()); + } + else + { + target = getContainer(p); + } path = ""; while (!target.empty()) { if (!path.empty()) { |