diff options
author | Wolfgang Denk <wd@denx.de> | 2013-10-04 17:43:25 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-10-14 16:06:54 -0400 |
commit | d4c8aa9cb47b9db11c45a9d89d51c75e3cc887a7 (patch) | |
tree | 3178dfd75972be9ba654e18f158ad9c964f9b959 /board/logicpd | |
parent | 93e1459641e758d2b096d3f1b39414a39bb314f8 (diff) |
Coding Style cleanup: remove trailing empty lines
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/logicpd')
-rw-r--r-- | board/logicpd/am3517evm/am3517evm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/logicpd/am3517evm/am3517evm.c b/board/logicpd/am3517evm/am3517evm.c index 1cabc80b8af..b6c68da7a89 100644 --- a/board/logicpd/am3517evm/am3517evm.c +++ b/board/logicpd/am3517evm/am3517evm.c @@ -143,4 +143,3 @@ int board_eth_init(bd_t *bis) return n; } #endif - |