Skip to content

Commit

Permalink
Remove trailing white-space
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Jan 11, 2024
1 parent 2c5d073 commit 26cfa5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/Math/isPowerOf2.mo
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ function isPowerOf2 "Determine if the integer input is a power of 2"
extends Modelica.Icons.Function;
input Integer i(min=1) "Integer scalar";
output Boolean result "= true, if integer scalar is a power of 2";
protected
protected
Integer target;
Integer powOf2;
algorithm
Expand Down

0 comments on commit 26cfa5f

Please sign in to comment.