lib: crc32: clean up spacing in test cases
authorDaniel Borkmann <dborkman@redhat.com>
Wed, 30 Oct 2013 10:50:48 +0000 (11:50 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Nov 2013 04:04:56 +0000 (23:04 -0500)
commitd921e049a02c7bd6ddf8f5e72303ca336009556d
tree99480add32ff3de37d69f77e75a5772d2505e7fd
parent296c10639a33941d0090afa17b7535fcbf81d97a
lib: crc32: clean up spacing in test cases

This is nothing more but a whitepace cleanup, as 80 chars is not a
hard but soft limit, and otherwise makes the test cases array really
look ugly. So fix it up.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: David S. Miller <davem@davemloft.net>
lib/crc32.c