9
0
Fork 0

arm boot: Formatting

Changed to be consistent with surrounding code.

Signed-off-by: Marc Reilly <marc@cpdesign.com.au>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Marc Reilly 2010-05-14 12:15:16 +10:00 committed by Sascha Hauer
parent 0df45f5599
commit 55626da787
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ static void setup_commandline_tag(const char *commandline)
static void setup_revision_tag(void)
{
if( system_rev) {
if (system_rev) {
params->hdr.tag = ATAG_REVISION;
params->hdr.size = tag_size(tag_revision);