1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Remove trailing whitespace.

This commit is contained in:
Bruno Haible
2004-08-22 15:48:54 +00:00
parent ba6bfe01ee
commit e8ca05e170

View File

@@ -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! */