summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/cppuhelper/weak.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cppuhelper/weak.hxx b/include/cppuhelper/weak.hxx
index 47f3d8d04071..67bc0b74614b 100644
--- a/include/cppuhelper/weak.hxx
+++ b/include/cppuhelper/weak.hxx
@@ -163,8 +163,8 @@ public:
To be used like:
css::uno::XInterface * FOO_constructor_function(...) {
-     return cppu::acquire(new FOO(...));
-   }
+ return cppu::acquire(new FOO(...));
+ }
@param instance
Newly created instance that should be acquired.