Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnmp committed Nov 7, 2023
1 parent fdc824b commit ec9322a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/CAN/CANTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
#include <sys/ioctl.h>
#include <sys/socket.h>

enum class testmode_t {
enum class testmode_t
{
automatic = 0,
autoSend = 1,
manualSend = 2,
Expand Down

0 comments on commit ec9322a

Please sign in to comment.