Skip to content

Commit 1bfa357

Browse files
committed
integrated_instrumentation/basic_cmake: fix coding style issues
1 parent 131d43f commit 1bfa357

File tree

1 file changed

+2
-2
lines changed
  • testsuite/tests/integrated_instrumentation/basic_cmake

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#include <stdio.h>
22

33
int
4-
main()
4+
main ()
55
{
6-
printf("Hello world!\n");
6+
printf ("Hello world!\n");
77
return 0;
88
}

0 commit comments

Comments
 (0)