Skip to content

Commit

Permalink
fixing tab formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
patheros committed Oct 31, 2022
1 parent 21d21b6 commit 66e69a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cvRange.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ struct CVRange {

/**
* Constructs a CVRange with a given mininum and maximum.
*
* Note cv_a is always set to min and cv_b is set to max, but if cv_a is greater than cv_b, cv_a will function as a the maxiumu and cv_b will function as the mininum.
*/
*
* Note cv_a is always set to min and cv_b is set to max, but if cv_a is greater than cv_b, cv_a will function as a the maxiumu and cv_b will function as the mininum.
*/
CVRange(float min, float max){
cv_a = min;
cv_b = max;
Expand Down

0 comments on commit 66e69a2

Please sign in to comment.