Skip to content

Commit 2195a32

Browse files
committed
iox-#2408 clang format server_impl, client_impl
1 parent 2dd4b7c commit 2195a32

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

iceoryx_posh/include/iceoryx_posh/internal/popo/client_impl.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ class ClientImpl : public BaseClientT, private RpcInterface<Request<Req>, Client
7575
using BaseClientT::port;
7676

7777
explicit ClientImpl(PortType&& port) noexcept;
78+
7879
private:
7980
expected<Request<Req>, AllocationError> loanUninitialized() noexcept;
8081
};

iceoryx_posh/include/iceoryx_posh/internal/popo/server_impl.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ class ServerImpl : public BaseServerT, private RpcInterface<Response<Res>, Serve
7676
using PortType = typename BaseServerT::PortType;
7777

7878
explicit ServerImpl(PortType&& port) noexcept;
79+
7980
private:
8081
expected<Response<Res>, AllocationError> loanUninitialized(const Request<const Req>& request) noexcept;
8182
};

0 commit comments

Comments
 (0)