summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/CPlusPlusUtil.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/Slice/CPlusPlusUtil.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/Slice/CPlusPlusUtil.cpp')
-rw-r--r--cpp/src/Slice/CPlusPlusUtil.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/Slice/CPlusPlusUtil.cpp b/cpp/src/Slice/CPlusPlusUtil.cpp
index 086e839b195..403fc9b15b5 100644
--- a/cpp/src/Slice/CPlusPlusUtil.cpp
+++ b/cpp/src/Slice/CPlusPlusUtil.cpp
@@ -1006,12 +1006,12 @@ Slice::findMetaData(const StringList& metaData, int typeCtx)
{
string::size_type pos = str.find(':', prefix.size());
- //
+ //
// If the form is cpp:type:<...> the data after cpp:type:
// is returned.
- // If the form is cpp:range[:<...>], cpp:array or cpp:class,
- // the return value is % followed by the string after cpp:.
- //
+ // If the form is cpp:range[:<...>], cpp:array or cpp:class,
+ // the return value is % followed by the string after cpp:.
+ //
if(pos != string::npos)
{
string ss = str.substr(prefix.size());