clang-format (again)

This commit is contained in:
polyproxy 2025-01-21 21:14:05 +01:00
parent 41b3942833
commit 5c62a00134
No known key found for this signature in database
GPG key ID: B8ADC8F57BA18DBA

View file

@ -8,8 +8,8 @@
#include "common/logging/log.h" #include "common/logging/log.h"
#include "common/scope_exit.h" #include "common/scope_exit.h"
#include "common/singleton.h" #include "common/singleton.h"
#include "core/devices/deci_tty6_device.h"
#include "core/devices/console_device.h" #include "core/devices/console_device.h"
#include "core/devices/deci_tty6_device.h"
#include "core/devices/logger.h" #include "core/devices/logger.h"
#include "core/devices/nop_device.h" #include "core/devices/nop_device.h"
#include "core/devices/random_device.h" #include "core/devices/random_device.h"