summaryrefslogtreecommitdiff
path: root/tests/tprintf.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2018-06-26 13:20:49 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2018-06-26 13:20:49 +0000
commitd6f4913bd44953254add4dfe99751c50bb59fdf0 (patch)
tree2b4b549d3e0fb8ae3cbcb3f4cd2b22c3285bfb36 /tests/tprintf.c
parentedde5fe7e2eae091e5d6fa5f7faf3d3c175fcbc0 (diff)
downloadmpfr-d6f4913bd44953254add4dfe99751c50bb59fdf0.tar.gz
[src/vasprintf.c] improve coverage
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@12861 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tprintf.c')
-rw-r--r--tests/tprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tprintf.c b/tests/tprintf.c
index bb7fe90d6..17b73fb78 100644
--- a/tests/tprintf.c
+++ b/tests/tprintf.c
@@ -493,7 +493,7 @@ test_locale (void)
mpfr_t x;
int count;
- for(i = 0; i < numberof(tab_locale) && s == NULL; i++)
+ for (i = 0; i < numberof(tab_locale) && s == NULL; i++)
s = setlocale (LC_ALL, tab_locale[i]);
if (s == NULL || MPFR_THOUSANDS_SEPARATOR != ',')