From b86cc4f1f388e78acb86efd471f2feadeaf99216 Mon Sep 17 00:00:00 2001 From: Erik Hemming Date: Fri, 29 Mar 2024 18:43:59 +0100 Subject: [PATCH] clang-format files --- src/quaesar.cpp | 3 +-- src/sysconfig.h | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/quaesar.cpp b/src/quaesar.cpp index f5005ddd..a25936bf 100644 --- a/src/quaesar.cpp +++ b/src/quaesar.cpp @@ -62,8 +62,7 @@ int main(int argc, char** argv) { } } - if (!options.serial_port.empty()) - { + if (!options.serial_port.empty()) { currprefs.use_serial = 1; strcpy(currprefs.sername, options.serial_port.c_str()); } diff --git a/src/sysconfig.h b/src/sysconfig.h index 464b5094..5f2cd130 100644 --- a/src/sysconfig.h +++ b/src/sysconfig.h @@ -67,8 +67,8 @@ // #define D3D /* D3D display filter support */ #define PARALLEL_PORT /* parallel port emulation */ #define PARALLEL_DIRECT /* direct parallel port emulation */ -#define SERIAL_PORT /* serial port emulation */ -#define SERIAL_ENET /* serial port UDP transport */ +#define SERIAL_PORT /* serial port emulation */ +#define SERIAL_ENET /* serial port UDP transport */ // #define SCSIEMU /* uaescsi.device emulation */ // #define UAESERIAL /* uaeserial.device emulation */ #define FPUEMU /* FPU emulation */