summaryrefslogtreecommitdiff
path: root/cpp/src/slice2html/Gen.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2012-10-23 16:19:38 -0400
committerBernard Normier <bernard@zeroc.com>2012-10-23 16:19:38 -0400
commitada25bad3511a359eb28cf48f018d6a42e166f10 (patch)
tree430749f887a1c6f708c2d4a23b3e3ec4ef18ef2c /cpp/src/slice2html/Gen.cpp
parentRuby 1.8 fix (diff)
downloadice-ada25bad3511a359eb28cf48f018d6a42e166f10.tar.bz2
ice-ada25bad3511a359eb28cf48f018d6a42e166f10.tar.xz
ice-ada25bad3511a359eb28cf48f018d6a42e166f10.zip
Fixed ICE-4855: expand tabs to space (8) for .php, .cpp, .h, .java and .cs files
Diffstat (limited to 'cpp/src/slice2html/Gen.cpp')
-rw-r--r--[-rwxr-xr-x]cpp/src/slice2html/Gen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/slice2html/Gen.cpp b/cpp/src/slice2html/Gen.cpp
index 08eed8b4cf6..295846612c9 100755..100644
--- a/cpp/src/slice2html/Gen.cpp
+++ b/cpp/src/slice2html/Gen.cpp
@@ -1804,7 +1804,7 @@ Slice::StartPageGenerator::printHeaderFooter()
if(!imageDir.empty())
{
- start("td align=\"right\"");
+ start("td align=\"right\"");
start("table");
start("tr");
start("td");
@@ -1821,7 +1821,7 @@ Slice::StartPageGenerator::printHeaderFooter()
end(); // td
end(); // tr
end(); // table
- end(); // td
+ end(); // td
}
end(); // tr