[ARM] Orion: fix various whitespace and coding style issues
authorLennert Buytenhek <buytenh@wantstofly.org>
Sat, 10 May 2008 14:30:01 +0000 (16:30 +0200)
committerLennert Buytenhek <buytenh@marvell.com>
Sun, 22 Jun 2008 20:44:39 +0000 (22:44 +0200)
More cosmetic cleanup:
- Replace 8-space indents by proper tab indents.
- In structure initialisers, use a trailing comma for every member.
- Collapse "},\n{" in structure initialiers to "}, {".

Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Acked-by: Russell King <linux@arm.linux.org.uk>

No differences found