Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
serges147 committed Dec 20, 2024
1 parent a19e4e9 commit db9e001
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/common/ipc/unix_socket_server.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ class UnixSocketServer final
void handle_client(int client_fd);

libcyphal::IExecutor& executor_;
std::string socket_path_;
int server_fd_;
std::string socket_path_;
int server_fd_;

}; // UnixSocketServer

Expand Down
4 changes: 2 additions & 2 deletions src/daemon/engine/application.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ class Application
cetl::optional<libcyphal::presentation::Presentation> presentation_;
cetl::optional<libcyphal::application::Node> node_;

common::ipc::UnixSocketServer ipc_server_{executor_, "/var/run/ocvsmd/local.sock"};
libcyphal::IExecutor::Callback::Any ipc_server_callback_;
common::ipc::UnixSocketServer ipc_server_{executor_, "/var/run/ocvsmd/local.sock"};
libcyphal::IExecutor::Callback::Any ipc_server_callback_;

}; // Application

Expand Down

0 comments on commit db9e001

Please sign in to comment.