commit | 4cbb651b29cb64d378a06729970e1e153bb605b1 | [log] [tgz] |
---|---|---|
author | William Juul <william.juul@datarespons.no> | Thu Nov 08 10:39:53 2007 +0100 |
committer | Scott Wood <scottwood@freescale.com> | Tue Aug 12 11:31:16 2008 -0500 |
tree | 8678f42ab0df1ae3c433a4d062310476e5163940 | |
parent | cfa460adfdefcc30d104e1a9ee44994ee349bb7b [diff] [blame] |
Remove white space at end. Signed-off-by: William Juul <william.juul@tandberg.com> Signed-off-by: Scott Wood <scottwood@freescale.com>
diff --git a/board/dave/PPChameleonEVB/nand.c b/board/dave/PPChameleonEVB/nand.c index 4bc4257..ea6400c 100644 --- a/board/dave/PPChameleonEVB/nand.c +++ b/board/dave/PPChameleonEVB/nand.c
@@ -52,7 +52,7 @@ } if (cmd != NAND_CMD_NONE) - writeb(cmd, this->IO_ADDR_W); + writeb(cmd, this->IO_ADDR_W); }