Skip to content

Commit 484641f

Browse files
committed
Uncrustify
Signed-off-by: Raül <raulojeda@eprosima.com>
1 parent a045414 commit 484641f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/cpp/rtps/builtin/discovery/database/DiscoveryDataBase.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ class DiscoveryDataBase
9191
AckedFunctor(
9292
AckedFunctor&& r)
9393
// delegates in copy constructor
94-
: AckedFunctor(r)
94+
: AckedFunctor(
95+
r)
9596
{
9697
}
9798

0 commit comments

Comments
 (0)