Skip to content

Commit b867375

Browse files
amadiobernhardmgruber
authored andcommitted
Indent switch statement a bit further
This prevents it from being too close to the left edge of the box and matches the indentation better with the text below.
1 parent 0390a62 commit b867375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

talk/basicconcepts/control.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
\begin{frame}[fragile]
7575
\frametitlecpp[98]{Control structures: switch}
7676
\begin{block}{Syntax}
77-
\begin{cppcode*}{gobble=2}
77+
\begin{cppcode*}{gobble=0}
7878
switch(identifier) {
7979
case c1 : statements1; break;
8080
case c2 : statements2; break;

0 commit comments

Comments
 (0)