Skip to content

Commit c7aaec3

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 3648cd7 commit c7aaec3

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
@@ -1097,8 +1097,8 @@ int __VERIFIER_nondet_int();
10971097

10981098
int vsscanf(const char *restrict s, const char *restrict format, va_list arg)
10991099
{
1100-
__CPROVER_HIDE:;
1101-
int result=__VERIFIER_nondet_int();
1100+
__CPROVER_HIDE:;
1101+
int result = __VERIFIER_nondet_int();
11021102
(void)*s;
11031103
(void)*format;
11041104
while((__CPROVER_size_t)__CPROVER_POINTER_OFFSET(arg) <

0 commit comments

Comments
 (0)