Skip to content

Commit 89bf51a

Browse files
committed
RhythmNode: replace tabs with 4 spaces, strip excess whitespace
1 parent fb1b583 commit 89bf51a

8 files changed

Lines changed: 1100 additions & 1110 deletions

File tree

Source/Plugins/RhythmNode/RHD2000Editor.cpp

Lines changed: 101 additions & 114 deletions
Large diffs are not rendered by default.

Source/Plugins/RhythmNode/RHD2000Editor.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class FPGAchannelComponent : public Component, Button::Listener, public ComboBox
113113

114114
void resized();
115115

116-
const DataChannel::DataChannelTypes type;
116+
const DataChannel::DataChannelTypes type;
117117
private:
118118
Array<float> gains;
119119
FPGAchannelList* channelList;
@@ -184,7 +184,7 @@ class RHD2000Editor : public VisualizerEditor, public ComboBox::Listener, public
184184
bool getSaveImpedance();
185185
bool getAutoMeasureImpedance();
186186

187-
void handleAsyncUpdate();
187+
void handleAsyncUpdate();
188188

189189
private:
190190

@@ -200,7 +200,7 @@ class RHD2000Editor : public VisualizerEditor, public ComboBox::Listener, public
200200

201201
ScopedPointer<UtilityButton> rescanButton,dacTTLButton;
202202
ScopedPointer<UtilityButton> adcButton;
203-
ScopedPointer<UtilityButton> ledButton;
203+
ScopedPointer<UtilityButton> ledButton;
204204

205205
ScopedPointer<UtilityButton> dspoffsetButton;
206206
ScopedPointer<ComboBox> ttlSettleCombo,dacHPFcombo;
@@ -213,7 +213,7 @@ class RHD2000Editor : public VisualizerEditor, public ComboBox::Listener, public
213213
RHD2000Thread* board;
214214
FPGAcanvas* canvas;
215215

216-
ScopedPointer<ImpedanceData> impedanceData;
216+
ScopedPointer<ImpedanceData> impedanceData;
217217

218218
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR(RHD2000Editor);
219219

@@ -320,7 +320,7 @@ class SampleRateInterface : public Component,
320320
int getSelectedId();
321321
void setSelectedId(int);
322322

323-
String getText();
323+
String getText();
324324

325325
void paint(Graphics& g);
326326
void comboBoxChanged(ComboBox* cb);

0 commit comments

Comments
 (0)