Skip to content

Commit 26fe9dc

Browse files
committed
Indent function body
1 parent 7945655 commit 26fe9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-12-16-attempting-cross-translation-unit-static-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ call `A::data()` and on the other one `B::data()`.
120120
```c++
121121
// class A... class B deriving from Base
122122
void func(Base *p) {
123-
p->data(); // ‘p’ might point to an object A or B here.
123+
p->data(); // ‘p’ might point to an object A or B here.
124124
}
125125
```
126126

0 commit comments

Comments
 (0)