summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2004-08-22 15:48:54 +0000
committerBruno Haible <bruno@clisp.org>2004-08-22 15:48:54 +0000
commite8ca05e170ae943f367d3dc6c9f5abe372ea86d6 (patch)
tree2f45c3b5fdc2c38e0fdc630beebd9ce5d519e12f
parentba6bfe01ee0d5cf3f06003ced36879aff1cc2ddf (diff)
downloadgperf-e8ca05e170ae943f367d3dc6c9f5abe372ea86d6.tar.gz
Remove trailing whitespace.
-rw-r--r--src/bool-array.h2
1 files changed, 1 insertions, 1 deletions
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! */