Skip to content

Commit e11de6b

Browse files
committed
fixup! formatting
1 parent e6bb5f4 commit e11de6b

File tree

1 file changed

+6
-8
lines changed
  • lldb/test/API/functionalities/memory/cache

1 file changed

+6
-8
lines changed
Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
int test()
2-
{
3-
int my_ints[] = {0x42};
4-
return 0; // Set break point at this line.
1+
int test() {
2+
int my_ints[] = {0x42};
3+
return 0; // Set break point at this line.
54
}
65

7-
int main ()
8-
{
9-
int dummy[100];
10-
return test();
6+
int main() {
7+
int dummy[100];
8+
return test();
119
}

0 commit comments

Comments
 (0)