Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Extra space

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
  • Loading branch information
HansOlsson and henrikt-ma committed Mar 4, 2022
1 parent 5c3b396 commit d603794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/functions.tex
Expand Up @@ -2241,7 +2241,7 @@ \subsubsection{Records}\label{records}
record R
Real x;
Real z;
A a1,a2;
A a1, a2;
end R;
\end{lstlisting}
is mapped to:
Expand All @@ -2252,7 +2252,7 @@ \subsubsection{Records}\label{records}
struct R {
double x;
double z;
struct A a1,b2;
struct A a1, b2;
};
\end{lstlisting}
\end{example}
Expand Down

0 comments on commit d603794

Please sign in to comment.