From 870dec7519f5990388687ce9c39f80cdc982c2b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sun, 5 Nov 2017 23:03:27 +0100 Subject: [PATCH] Fix indentation. --- right/src/usb_commands/usb_command_apply_config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/right/src/usb_commands/usb_command_apply_config.h b/right/src/usb_commands/usb_command_apply_config.h index d0a5215..88ae118 100644 --- a/right/src/usb_commands/usb_command_apply_config.h +++ b/right/src/usb_commands/usb_command_apply_config.h @@ -3,10 +3,10 @@ // Typedefs: -typedef enum { - ParsingStage_Validate, - ParsingStage_Apply, -} parser_stage_t; + typedef enum { + ParsingStage_Validate, + ParsingStage_Apply, + } parser_stage_t; // Functions: