Skip to content

Commit 00a1c4b

Browse files
committed
clang-format
1 parent 3617a91 commit 00a1c4b

File tree

1 file changed

+1
-1
lines changed
  • lldb/test/API/functionalities/inline-stepping

1 file changed

+1
-1
lines changed

lldb/test/API/functionalities/inline-stepping/calling.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ void caller_trivial_inline_1() {
9595

9696
void caller_trivial_inline_2() {
9797
caller_trivial_inline_3(); // In caller_trivial_inline_2.
98-
inline_value += 1; // After caller_trivial_inline_3
98+
inline_value += 1; // After caller_trivial_inline_3
9999
}
100100

101101
void caller_trivial_inline_3() {

0 commit comments

Comments
 (0)