Skip to content

Commit

Permalink
Space around binary operators
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Dec 16, 2021
1 parent 218c6d9 commit c2b0a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/functions.tex
Expand Up @@ -982,7 +982,7 @@ \section{Record Constructor Functions}\label{record-constructor-functions}

function add
input Complex u, v;
output Complex w(re=u.re + v.re, im=u.im+v.re);
output Complex w(re = u.re + v.re, im = u.im + v.re);
end add;

Complex c1, c2;
Expand Down

0 comments on commit c2b0a82

Please sign in to comment.