Fix spaces vs tab
[bertos.git] / boards / ek-lm3s1968 / templates / empty / main.c
index 224e9335be65d715077547af782eb7ed4b4b4e35..f3ab45f31cf3e3be684fcffcca01735d8939e9bf 100644 (file)
@@ -83,7 +83,7 @@ static void init(void)
        /* Initialize the keypad driver */
        kbd_init();
        /* Initialize the internal flash memory */
-        flash_init(&flash);
+       flash_init(&flash);
 }
 
 int main(void)