From efc6f628e15de95bcd13e4f0ee223cb42115d520 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Wed, 27 Aug 2008 23:07:54 -0400 Subject: Remove trailing whitespace for the entire source tree Signed-off-by: "Theodore Ts'o" --- lib/ext2fs/tst_bitops.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/ext2fs/tst_bitops.c') diff --git a/lib/ext2fs/tst_bitops.c b/lib/ext2fs/tst_bitops.c index eede295b..6febe685 100644 --- a/lib/ext2fs/tst_bitops.c +++ b/lib/ext2fs/tst_bitops.c @@ -2,7 +2,7 @@ * This testing program makes sure the bitops functions work * * Copyright (C) 2001 by Theodore Ts'o. - * + * * %Begin-Header% * This file may be redistributed under the terms of the GNU Public * License. @@ -97,7 +97,7 @@ int main(int argc, char **argv) } } printf("ext2fs_clear_bit test succeed.\n"); - + /* Do bigarray test */ bigarray = malloc(1 << 29); @@ -150,7 +150,7 @@ int main(int argc, char **argv) } } printf("ext2fs_clear_bit test succeed.\n"); - + bigarray[BIG_TEST_BIT >> 3] = 0; -- cgit v1.2.3