Skip to content

Commit

Permalink
Apply clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 6, 2023
1 parent f01c3a9 commit 9414ca5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions src/processors/drive/fuzz_machine/FuzzFaceNDK.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ void FuzzFaceNDK::reset_state()
{
x_n[ch].setZero();
v_n[ch].setZero();
// v_n[ch] = Eigen::Vector<T, num_nl_ports> { 0.00079512734663310196,
// 0.086036015040678246,
// 6.9641953425394627,
// 6.9946688952593483 };
// v_n[ch] = Eigen::Vector<T, num_nl_ports> { 0.00079512734663310196,
// 0.086036015040678246,
// 6.9641953425394627,
// 6.9946688952593483 };
}
}

Expand Down
2 changes: 0 additions & 2 deletions src/processors/drive/fuzz_machine/FuzzFaceNDK.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#include <modules/Eigen/Eigen/Dense>
// END USER INCLUDES



struct FuzzFaceNDK
{
// START USER ENTRIES
Expand Down
2 changes: 1 addition & 1 deletion src/processors/modulation/ParamModulator.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "ParamModulator.h"
#include "processors/ParameterHelpers.h"
#include "gui/utils/ModulatableSlider.h"
#include "processors/ParameterHelpers.h"

namespace
{
Expand Down

0 comments on commit 9414ca5

Please sign in to comment.