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/tsub_ui.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/tsub_ui.c')
-rw-r--r-- | tests/tsub_ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tsub_ui.c b/tests/tsub_ui.c index a64503170..55ea783dd 100644 --- a/tests/tsub_ui.c +++ b/tests/tsub_ui.c @@ -135,7 +135,7 @@ main (int argc, char *argv[]) check_two_sum (p); check3 ("0.9999999999", 1, GMP_RNDN, - "-10000000827403709990903735160827636718750e-50"); + "-10000000827403709990903735160827636718750e-50"); test_generic_ui (2, 1000, 100); |