Skip to content

Commit b4e9333

Browse files
jensmaurerzygoloid
authored andcommitted
[intro.execution] Fix indentation of example code
1 parent 9f03812 commit b4e9333

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/intro.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,9 +1017,9 @@
10171017
// full-expression is destruction of \tcode{s2} at end of block
10181018
}
10191019
struct B {
1020-
B(S = S(0));
1021-
};
1022-
B b[2] = { B(), B() }; // full-expression is the entire initialization
1020+
B(S = S(0));
1021+
};
1022+
B b[2] = { B(), B() }; // full-expression is the entire initialization
10231023
// including the destruction of temporaries
10241024
\end{codeblock}
10251025
\end{example}

0 commit comments

Comments
 (0)