summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/random.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/random.cxx')
-rw-r--r--comphelper/source/misc/random.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/comphelper/source/misc/random.cxx b/comphelper/source/misc/random.cxx
index f001b06195d6..260db3a544ca 100644
--- a/comphelper/source/misc/random.cxx
+++ b/comphelper/source/misc/random.cxx
@@ -25,9 +25,7 @@
// this is nothing but a simple wrapper around
// the std::random generators
-namespace comphelper
-{
-namespace rng
+namespace comphelper::rng
{
// underlying random number generator
@@ -119,6 +117,5 @@ double uniform_real_distribution(double a, double b)
}
} // namespace
-} // namespace
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */