
-----Original Message----- From: Eric Nelson [mailto:eric.nelson@boundarydevices.com] Sent: Monday, February 18, 2013 3:24 AM To: u-boot@lists.denx.de Cc: sbabic@denx.de; Liu Hui-R64343; Estevam Fabio-R49496; troy.kisky@boundarydevices.com; Eric Nelson Subject: [PATCH 1/6] i.MX6: mx6qsabrelite: indent with tabs
This patch has no functional changes and simply replaces leading spaces with tabs.
Signed-off-by: Eric Nelson eric.nelson@boundarydevices.com
Acked-by: Jason Liu r64343@freescale.com
board/freescale/mx6qsabrelite/mx6qsabrelite.c | 106 ++++++++++++-----------
1 file changed, 53 insertions(+), 53 deletions(-)
diff --git a/board/freescale/mx6qsabrelite/mx6qsabrelite.c b/board/freescale/mx6qsabrelite/mx6qsabrelite.c index f010d0c..c6c64c3 100644 --- a/board/freescale/mx6qsabrelite/mx6qsabrelite.c +++ b/board/freescale/mx6qsabrelite/mx6qsabrelite.c @@ -46,12 +46,12 @@ DECLARE_GLOBAL_DATA_PTR;
[..]