summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/CPlusPlusUtil.cpp
diff options
context:
space:
mode:
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());