Skip to content

Commit a165746

Browse files
committed
clang-format vsscanf
This is to ensure git-clang-format doesn't end up confused and spuriously starts indenting from the closing curly brace of vsscanf onwards.
1 parent d0e7f39 commit a165746

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ansi-c/library/stdio.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,8 +1148,8 @@ int __VERIFIER_nondet_int();
11481148

11491149
int vsscanf(const char *restrict s, const char *restrict format, va_list arg)
11501150
{
1151-
__CPROVER_HIDE:;
1152-
int result=__VERIFIER_nondet_int();
1151+
__CPROVER_HIDE:;
1152+
int result = __VERIFIER_nondet_int();
11531153
(void)*s;
11541154
(void)*format;
11551155
while((__CPROVER_size_t)__CPROVER_POINTER_OFFSET(arg) <

0 commit comments

Comments
 (0)