From: Dan Carpenter Date: Tue, 23 Oct 2012 08:45:09 +0000 (+0300) Subject: signed: tiny whitespace fix X-Git-Tag: 1.57~205 X-Git-Url: https://repo.or.cz/w/smatch.git/commitdiff_plain/4fe29ff17d9311a9497a7832e475d5802b18249b signed: tiny whitespace fix Signed-off-by: Dan Carpenter --- 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. *