summaryrefslogtreecommitdiff
path: root/tests/toutimpl.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-08-18 17:03:17 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-08-18 17:03:17 +0000
commitd8782b82c961338b15ef888f0bc152566644a964 (patch)
tree6972f3706c8251eb2b814fb636519519b73bb1f5 /tests/toutimpl.c
parentbab5aab404897a12fe1c87734ebf2aa270b9b73b (diff)
downloadmpfr-d8782b82c961338b15ef888f0bc152566644a964.tar.gz
Removed trailing spaces (better for future patches, as such spaces
are sometimes stripped). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3726 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/toutimpl.c')
-rw-r--r--tests/toutimpl.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/toutimpl.c b/tests/toutimpl.c
index 486e18c39..62861d4c0 100644
--- a/tests/toutimpl.c
+++ b/tests/toutimpl.c
@@ -30,7 +30,7 @@ MA 02110-1301, USA. */
We can't use tmpname since it is insecure */
#define FILE_NAME "dummy.tmp"
-static const char Buffer[] =
+static const char Buffer[] =
"@NaN@\n"
"-@Inf@\n"
"-0\n"
@@ -72,7 +72,7 @@ int main()
exit (1);
}
- /* Reopen stdout to a file. All errors will be put to stderr
+ /* Reopen stdout to a file. All errors will be put to stderr
Can't use tmpname since it is unsecure */
if (freopen (FILE_NAME, "w", stdout) == NULL)
{
@@ -89,7 +89,7 @@ int main()
mpfr_set_str_binary (x, "0.101010101010111110010001100011000100001E32");
mpfr_dump (x);
mpfr_print_mant_binary ("x=",MPFR_MANT(x), MPFR_PREC(x));
-
+
mpfr_clear (x);
fclose (stdout);
@@ -112,7 +112,7 @@ int main()
fprintf (stderr, "Character mismatch for i=%d / %lu\n",
i, (unsigned long) sizeof(Buffer));
exit (1);
- }
+ }
}
fclose (f);