Skip to content

Commit

Permalink
Clean up white-space in listing
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Sep 28, 2022
1 parent 5ac4773 commit 0d48416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/equations.tex
Expand Up @@ -207,7 +207,7 @@ \subsection{When-Equations}\label{when-equations}
\begin{lstlisting}[language=modelica]
equation
when x > 2 then
y3 = 2*x +y1+y2; // Order of y1 and y3 equations does not matter
y3 = 2 * x + y1 + y2; // Order of y1 and y3 equations does not matter
y1 = sin(x);
end when;
y2 = sin(y1);
Expand Down

0 comments on commit 0d48416

Please sign in to comment.