summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/MetricsFunctional.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/MetricsFunctional.h')
-rw-r--r--cpp/include/Ice/MetricsFunctional.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/Ice/MetricsFunctional.h b/cpp/include/Ice/MetricsFunctional.h
index 89f3d4b4312..50bb1fe4d10 100644
--- a/cpp/include/Ice/MetricsFunctional.h
+++ b/cpp/include/Ice/MetricsFunctional.h
@@ -53,7 +53,7 @@ template<typename R> struct ReferenceWrapper<const IceInternal::ProxyHandle<R>&
return v.get();
}
};
-
+
template<typename R> struct ReferenceWrapper<IceInternal::Handle<R> >
{
static R* get(const IceInternal::Handle<R>& v)
@@ -70,7 +70,7 @@ template<typename R> struct ReferenceWrapper<const IceInternal::Handle<R>& >
}
};
#endif
-
+
template<typename R> struct ReferenceWrapper<R*>
{
static R* get(R* v)