From d1a24f061849ebe4f288d95e8ceb8380f762d323 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Wed, 2 Feb 2011 22:36:10 +0100 Subject: Minor Coding Style Cleanup. Signed-off-by: Wolfgang Denk --- common/hwconfig.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/hwconfig.c b/common/hwconfig.c index 515074808d..e47d4d7420 100644 --- a/common/hwconfig.c +++ b/common/hwconfig.c @@ -81,8 +81,8 @@ static const char *__hwconfig(const char *opt, size_t *arglen, if (!env_hwconfig) { if (!(gd->flags & GD_FLG_ENV_READY)) { printf("WARNING: Calling __hwconfig without a buffer " - "and before environment is ready\n"); - return NULL; + "and before environment is ready\n"); + return NULL; } env_hwconfig = getenv("hwconfig"); } -- cgit v1.2.1