From f9e97750fbb99e54d0d28adb68a49776a2dddd5a Mon Sep 17 00:00:00 2001 From: Pascal Bauer Date: Fri, 7 Feb 2025 13:28:13 +0100 Subject: [PATCH] chore: formatting Signed-off-by: Pascal Bauer --- common/include/villas/kernel/devices/device_connection.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/include/villas/kernel/devices/device_connection.hpp b/common/include/villas/kernel/devices/device_connection.hpp index 3fea94fd8..a65f171f4 100644 --- a/common/include/villas/kernel/devices/device_connection.hpp +++ b/common/include/villas/kernel/devices/device_connection.hpp @@ -10,8 +10,8 @@ #include -#include #include +#include namespace villas { namespace kernel { @@ -25,11 +25,11 @@ public: private: DeviceConnection(std::shared_ptr vfio_device) : logger(villas::Log::get("DeviceConnection")), - vfio_device(vfio_device){}; + vfio_device(vfio_device) {}; public: static DeviceConnection - from(const villas::kernel::devices::Device& device, + from(const villas::kernel::devices::Device &device, std::shared_ptr vfio_container) { auto logger = villas::Log::get("Builder: DeviceConnection");