summaryrefslogtreecommitdiff
path: root/printf/doprnti.c
diff options
context:
space:
mode:
Diffstat (limited to 'printf/doprnti.c')
-rw-r--r--printf/doprnti.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/printf/doprnti.c b/printf/doprnti.c
index 1202eaacc..df474df3e 100644
--- a/printf/doprnti.c
+++ b/printf/doprnti.c
@@ -39,9 +39,9 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
int
__gmp_doprnt_integer (const struct doprnt_funs_t *funs,
- void *data,
- const struct doprnt_params_t *p,
- const char *s)
+ void *data,
+ const struct doprnt_params_t *p,
+ const char *s)
{
int retval = 0;
int slen, justlen, showbaselen, sign, signlen, slashlen, zeros;