From: rasky Date: Tue, 7 Sep 2010 10:55:14 +0000 (+0000) Subject: Fix spaces vs tab X-Git-Tag: 2.6.0~178 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=966cb6cc9f6aeb9a2a1ab0aee90bacb189745b50;p=bertos.git Fix spaces vs tab git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4223 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/boards/ek-lm3s1968/templates/empty/main.c b/boards/ek-lm3s1968/templates/empty/main.c index 224e9335..f3ab45f3 100644 --- a/boards/ek-lm3s1968/templates/empty/main.c +++ b/boards/ek-lm3s1968/templates/empty/main.c @@ -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)