Fix indentation 8 whitespaces to tab

This commit is contained in:
Nil Geisweiller 2016-12-21 22:57:39 +02:00 committed by Robin Gareus
parent 91321272b5
commit 4c66e36b91
19 changed files with 295 additions and 296 deletions

View file

@ -34,7 +34,7 @@ class StepEditor;
class StepEntry : public ArdourWindow class StepEntry : public ArdourWindow
{ {
public: public:
StepEntry (StepEditor&); StepEntry (StepEditor&);
~StepEntry (); ~StepEntry ();
@ -47,7 +47,7 @@ class StepEntry : public ArdourWindow
int current_octave () const { return (int) floor (octave_adjustment.get_value()); } int current_octave () const { return (int) floor (octave_adjustment.get_value()); }
private: private:
Evoral::Beats _current_note_length; Evoral::Beats _current_note_length;
uint8_t _current_note_velocity; uint8_t _current_note_velocity;

View file

@ -238,7 +238,6 @@ class TimeAxisViewItem : public Selectable, public PBD::ScopedConnectionList
double _width; double _width;
private: private:
void parameter_changed (std::string); void parameter_changed (std::string);
void manage_name_highlight (); void manage_name_highlight ();
void manage_name_text (); void manage_name_text ();