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 /tests/tsi_op.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 'tests/tsi_op.c')
-rw-r--r-- | tests/tsi_op.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tsi_op.c b/tests/tsi_op.c index b71c6a6d3..fdf15d895 100644 --- a/tests/tsi_op.c +++ b/tests/tsi_op.c @@ -109,7 +109,7 @@ main (int argc, char *argv[]) y = tab[i].op2; mpfr_add_si (z, x, y, GMP_RNDZ); if (mpfr_cmp_str (z, tab[i].res_add, 16, GMP_RNDN)) - ERROR1("add_si", i, z, tab[i].res_add); + ERROR1("add_si", i, z, tab[i].res_add); mpfr_sub_si (z, x, y, GMP_RNDZ); if (mpfr_cmp_str (z, tab[i].res_sub, 16, GMP_RNDN)) ERROR1("sub_si", i, z, tab[i].res_sub); |