Skip to content

Commit

Permalink
Add space between commas in listing
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Nov 24, 2020
1 parent 3b73e70 commit 85248df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/statements.tex
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ \subsubsection{Assignments from Called Functions with Multiple Results}\label{as

It is possible to omit receiving variables from this list:
\begin{lstlisting}[language=modelica]
(out1,, out3) := function_name(in1, in2, in3, in4);
(out1, , out3) := function_name(in1, in2, in3, in4);
\end{lstlisting}

\begin{example}
Expand Down

0 comments on commit 85248df

Please sign in to comment.