Skip to content

Commit acb6879

Browse files
authored
[basic.life] Fix indentation in example (#6727)
1 parent 08649a5 commit acb6879

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/basic.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3682,12 +3682,12 @@
36823682
\begin{codeblock}
36833683
class T { };
36843684
struct B {
3685-
~B();
3685+
~B();
36863686
};
36873687

36883688
void h() {
3689-
B b;
3690-
new (&b) T;
3689+
B b;
3690+
new (&b) T;
36913691
} // undefined behavior at block exit
36923692
\end{codeblock}
36933693
\end{example}

0 commit comments

Comments
 (0)