Skip to content

Commit 73f1b79

Browse files
author
John Peacock
committed
Macros must be on separate lines.
1 parent c407c52 commit 73f1b79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vutil/vutil.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ Perl_prescan_version(pTHX_ const char *s, bool strict,
3131
bool alpha = FALSE;
3232
const char *d = s;
3333

34-
PERL_ARGS_ASSERT_PRESCAN_VERSION; PERL_UNUSED_CONTEXT;
34+
PERL_ARGS_ASSERT_PRESCAN_VERSION;
35+
PERL_UNUSED_CONTEXT;
3536

3637
if (qv && isDIGIT(*d))
3738
goto dotted_decimal_version;

0 commit comments

Comments
 (0)