From 4fe29ff17d9311a9497a7832e475d5802b18249b Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Tue, 23 Oct 2012 11:45:09 +0300 Subject: [PATCH] signed: tiny whitespace fix Signed-off-by: Dan Carpenter --- check_signed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_signed.c b/check_signed.c index f3e33efa..afff097a 100644 --- a/check_signed.c +++ b/check_signed.c @@ -9,7 +9,7 @@ /* * Check for things which are signed but probably should be unsigned. - * + * * Hm... It seems like at this point in the processing, sparse makes all * bitfields unsigned. Which is logical but not what GCC does. * -- 2.11.4.GIT