Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Sep 18, 2021
1 parent 7ebbcc7 commit 2eb2bab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python/Filter.i
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ namespace math
class OnePoleVector3
{
%rename("%(undercase)s", %$isfunction, %$ismember, %$not %$isconstructor) "";
public: virtual const Vector3<double> &Value() const;
public: const Vector3<double>& Process(const Vector3<double> &_x);
public: virtual const Vector3<double> &Value() const;
public: const Vector3<double>& Process(const Vector3<double> &_x);
public: OnePoleVector3();
public: OnePoleVector3(double _fc, double _fs)
: OnePole<Vector3<double>>(_fc, _fs);
Expand Down

0 comments on commit 2eb2bab

Please sign in to comment.