Skip to content

Commit 865622e

Browse files
committed
c89<->c99 was too messy for astyle
1 parent 161b2fc commit 865622e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

s_mp_fprintf.c

+4-4
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ static int s_mp_print_limb(const mp_digit d, const char *format, int base, bool
165165
#elif defined(MP_64BIT)
166166
switch (base) {
167167
case 8:
168-
/*
169-
its defined in the local inttype.h as
168+
/*
169+
its defined in the local inttype.h as
170170
# if __WORDSIZE == 64
171171
# define __PRI64_PREFIX "l"
172172
# define __PRIPTR_PREFIX "l"
@@ -175,11 +175,11 @@ its defined in the local inttype.h as
175175
# define __PRIPTR_PREFIX
176176
# endif
177177
178-
...
178+
...
179179
180180
# define PRIo64 __PRI64_PREFIX "o"
181181
182-
*/
182+
*/
183183
f = strcat(f, PRIo64);
184184
break;
185185
case 10:

0 commit comments

Comments
 (0)