From e8ca05e170ae943f367d3dc6c9f5abe372ea86d6 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 22 Aug 2004 15:48:54 +0000 Subject: [PATCH] Remove trailing whitespace. --- src/bool-array.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bool-array.h b/src/bool-array.h index e92d619..8c6991d 100644 --- a/src/bool-array.h +++ b/src/bool-array.h @@ -62,7 +62,7 @@ private: /* For each index, we store in storage_array[index] the iteration_number at the time set_bit(index) was last called. */ - unsigned int * const _storage_array; + unsigned int * const _storage_array; }; #ifdef __OPTIMIZE__ /* efficiency hack! */