Skip to content

Commit 439e84c

Browse files
author
Enrico Steffinlongo
committed
clang format
1 parent 8db0524 commit 439e84c

File tree

1 file changed

+2
-1
lines changed
  • regression/goto-harness/load-snapshot-static-global-pointer-01

1 file changed

+2
-1
lines changed

Diff for: regression/goto-harness/load-snapshot-static-global-pointer-01/main.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ int main()
1414
// It seems that on 32 bits systems when performing harness we get a harness
1515
// that is invalid.
1616
// Disabling the test this way for now.
17-
int main() {
17+
int main()
18+
{
1819
return 0;
1920
}
2021
#endif

0 commit comments

Comments
 (0)