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");