mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
NO-OP whitespace (updated GH PR #357)
This commit is contained in:
parent
f413b83cb9
commit
63ea7b6516
132 changed files with 2774 additions and 2762 deletions
|
|
@ -36,7 +36,7 @@ namespace ARDOUR {
|
|||
}
|
||||
|
||||
namespace GTKArdour {
|
||||
class FFT;
|
||||
class FFT;
|
||||
}
|
||||
|
||||
class PluginEqGui : public Gtk::Table
|
||||
|
|
@ -113,9 +113,9 @@ private:
|
|||
float _analysis_height;
|
||||
|
||||
// My objects
|
||||
GTKArdour::FFT *_impulse_fft;
|
||||
GTKArdour::FFT *_signal_input_fft;
|
||||
GTKArdour::FFT *_signal_output_fft;
|
||||
GTKArdour::FFT *_impulse_fft;
|
||||
GTKArdour::FFT *_signal_input_fft;
|
||||
GTKArdour::FFT *_signal_output_fft;
|
||||
boost::shared_ptr<ARDOUR::Plugin> _plugin;
|
||||
boost::shared_ptr<ARDOUR::PluginInsert> _plugin_insert;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue