diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-08-18 16:35:19 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-08-18 16:35:19 +0000 |
commit | bab5aab404897a12fe1c87734ebf2aa270b9b73b (patch) | |
tree | 73ab96f558e7e0b4ef371902ead983189184a0f7 /uceil_log2.c | |
parent | 8328a51518450ad8ddb86e38e7952e28065ff22a (diff) | |
download | mpfr-bab5aab404897a12fe1c87734ebf2aa270b9b73b.tar.gz |
Converted tabs to spaces with expand.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3725 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'uceil_log2.c')
-rw-r--r-- | uceil_log2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uceil_log2.c b/uceil_log2.c index b0aab55d1..cd8c50e6e 100644 --- a/uceil_log2.c +++ b/uceil_log2.c @@ -48,7 +48,7 @@ __gmpfr_ceil_log2 (double d) { exp = 0; for( m= 1.0 ; m < d ; m *=2.0 ) - exp++; + exp++; } else { |