Skip to content

Commit

Permalink
clang-format files
Browse files Browse the repository at this point in the history
  • Loading branch information
erique committed Mar 29, 2024
1 parent ed49fad commit b86cc4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/quaesar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}
Expand Down
4 changes: 2 additions & 2 deletions src/sysconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit b86cc4f

Please sign in to comment.