diff options
| author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-28 04:42:52 +0000 |
|---|---|---|
| committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-28 04:42:52 +0000 |
| commit | 5fecb0bfea1b6b84f342217bcbbd9b7f0aa6f616 (patch) | |
| tree | 04c8b108d2a369daccb3af6b611f934e82940b0e | |
| parent | 5d7ed6c775004db0b03ae47d20effa3b4bf6e5ed (diff) | |
| download | ppe42-gcc-5fecb0bfea1b6b84f342217bcbbd9b7f0aa6f616.tar.gz ppe42-gcc-5fecb0bfea1b6b84f342217bcbbd9b7f0aa6f616.zip | |
Fix formatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88218 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/bitmap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/bitmap.h b/gcc/bitmap.h index d368a9c3ac4..cac84c11fba 100644 --- a/gcc/bitmap.h +++ b/gcc/bitmap.h @@ -400,7 +400,7 @@ bmp_iter_and_not_init (bitmap_iterator *bi, bitmap bmp1, bitmap bmp2, if (bi->ptr2 && bi->ptr2->indx == indx) bi->actual = (bi->ptr1->bits[word_in_elt] - & ~bi->ptr2->bits[word_in_elt]) >> bit_in_word; + & ~bi->ptr2->bits[word_in_elt]) >> bit_in_word; else bi->actual = bi->ptr1->bits[word_in_elt] >> bit_in_word; } @@ -539,7 +539,7 @@ bmp_iter_and_init (bitmap_iterator *bi, bitmap bmp1, bitmap bmp2, bi->bit = min; bi->actual = (bi->ptr1->bits[word_in_elt] - & bi->ptr2->bits[word_in_elt]) >> bit_in_word; + & bi->ptr2->bits[word_in_elt]) >> bit_in_word; } else { |

