From 402ba1e3a0a6ccb100f84502f36774d6d4c3cec3 Mon Sep 17 00:00:00 2001 From: Jagannadha Sutradharudu Teki Date: Mon, 29 Jul 2013 22:12:52 +0530 Subject: cmd_sf|env_sf: Fix code cleanup - line over 80 characters - add tabs - CHECK: Alignment should match open parenthesis Signed-off-by: Jagannadha Sutradharudu Teki --- common/env_sf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/env_sf.c') diff --git a/common/env_sf.c b/common/env_sf.c index e3e1897ccb..9f806fb090 100644 --- a/common/env_sf.c +++ b/common/env_sf.c @@ -7,7 +7,7 @@ * * (C) Copyright 2008 Atmel Corporation * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: GPL-2.0+ */ #include #include -- cgit