From ecd842491972a523a704faef3badd74d9a70a490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Fri, 13 Sep 2013 07:57:49 +0300 Subject: Fix whitespace leaked into tree MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Clean whitespace errors that have gotten past lint-stable-003-whitespace and gerrit review. Change-Id: Id76fc68e9d32d1b2b672d519b75cdc80cc4f1ad9 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/3920 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Bruce Griffith Reviewed-by: Ronald G. Minnich --- src/lib/libgcov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libgcov.c') diff --git a/src/lib/libgcov.c b/src/lib/libgcov.c index f37d0d2cde..dbbd70962a 100644 --- a/src/lib/libgcov.c +++ b/src/lib/libgcov.c @@ -334,7 +334,7 @@ gcov_exit (void) { crc32 = crc32_unsigned (crc32, gi_ptr->stamp); crc32 = crc32_unsigned (crc32, gi_ptr->n_functions); - + for (f_ix = 0; (unsigned)f_ix != gi_ptr->n_functions; f_ix++) { gfi_ptr = gi_ptr->functions[f_ix]; -- cgit v1.2.3