Skip to content

Commit

Permalink
Minor cleanup of white-space in listing
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Apr 11, 2021
1 parent 908d6ac commit 1181ad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/operatorsandexpressions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@ \subsection{Built-in Variable time}\label{built-in-variable-time}
\begin{lstlisting}[language=modelica]
encapsulated model SineSource
import Modelica.Math.sin;
connector OutPort=output Real;
OutPort y=sin(time); // Uses the built-in variable time.
connector OutPort = output Real;
OutPort y = sin(time); // Uses the built-in variable time.
end SineSource;
\end{lstlisting}
\end{example}
Expand Down

0 comments on commit 1181ad8

Please sign in to comment.