Commit 80e409508b9bba8c372cdd44565a3d472b10e904

Authored by Taylor Hutt
Committed by Albert ARIBAUD
1 parent 2f8d8d6b3a

arm: Tabify code for MMC initialization

The two modified lines were indented with spaces.
They are now indented with tabs.

Signed-off-by: Taylor Hutt <thutt@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

arch/arm/lib/board.c
... ... @@ -599,8 +599,8 @@
599 599 #endif
600 600  
601 601 #ifdef CONFIG_GENERIC_MMC
602   - puts("MMC: ");
603   - mmc_initialize(gd->bd);
  602 + puts("MMC: ");
  603 + mmc_initialize(gd->bd);
604 604 #endif
605 605  
606 606 #ifdef CONFIG_HAS_DATAFLASH