Skip to content

Commit 27e9455

Browse files
committed
Going down in style
1 parent d3802b4 commit 27e9455

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mp_printf_extension.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
/* SPDX-License-Identifier: Unlicense */
66

77
#ifdef _MSC_VER
8-
static int s_mp_print_mp_int(FILE *stream, const struct printf_info *info, const void *const *args){
8+
static int s_mp_print_mp_int(FILE *stream, const struct printf_info *info, const void *const *args)
9+
{
910
(void)(stream);
1011
(void)(info);
1112
(void)(args);

0 commit comments

Comments
 (0)