From 1ddde7426f8eb3ac54893d80b9bd36fe5e1306bc Mon Sep 17 00:00:00 2001
From: John Beard <john.j.beard@gmail.com>
Date: Thu, 8 Jan 2015 09:02:27 -0500
Subject: [PATCH] Fix case statement indentation setting for uncrustify.

---
 uncrustify.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uncrustify.cfg b/uncrustify.cfg
index 3d52d457fd..8d5d47b971 100644
--- a/uncrustify.cfg
+++ b/uncrustify.cfg
@@ -169,7 +169,7 @@ indent_case_shift                         = 0        # number
 # Spaces to indent '{' from 'case'.
 # By default, the brace will appear under the 'c' in case.
 # Usually set to 0 or indent_columns.
-indent_case_brace                         = 4        # number
+indent_case_brace                         = 0        # number
 
 # Whether to indent comments found in first column
 indent_col1_comment                       = false    # false/true