From 6c8bcfaffc337c32c5f8e1631dc7675b776a5b61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sat, 15 Apr 2017 00:58:46 +0200 Subject: [PATCH] Fix up coding style. --- right/src/buspal/command.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/right/src/buspal/command.h b/right/src/buspal/command.h index 61d505c..ca60b76 100644 --- a/right/src/buspal/command.h +++ b/right/src/buspal/command.h @@ -3,16 +3,14 @@ #include "packet/serial_packet.h" -enum _command_state -{ +enum _command_state { kCommandState_CommandPhase, kCommandState_DataPhase, kCommandState_DataPhaseRead, kCommandState_DataPhaseWrite }; -typedef enum _buspal_state -{ +typedef enum _buspal_state { kBuspal_Idle, kBuspal_I2c, } buspal_state_t;