From df383d88f2c46c2a28be7d4122c7e439b57fe3de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esmit=20Pe=CC=81rez=20C?= Date: Sun, 14 Sep 2014 15:09:32 -0500 Subject: [PATCH] Indentation fixes --- MicroView.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MicroView.cpp b/MicroView.cpp index e349f84..53f0ca3 100644 --- a/MicroView.cpp +++ b/MicroView.cpp @@ -1475,8 +1475,8 @@ MicroViewSlider::MicroViewSlider(uint8_t newx, uint8_t newy, int16_t min, int16_ case WIDGETSTYLE1: style=1; totalTicks=60; - break; - case WIDGETSTYLE2: + break; + case WIDGETSTYLE2: style=2; totalTicks=20; break;