mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Fix whitespace (noop).
This commit is contained in:
parent
e705e93376
commit
69069e0381
3 changed files with 285 additions and 286 deletions
|
|
@ -14,11 +14,10 @@
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __pbd__step_editor_h__
|
#ifndef __gtk2_ardour_step_editor_h__
|
||||||
#define __pbd__step_editor_h__
|
#define __gtk2_ardour_step_editor_h__
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
|
@ -91,4 +90,4 @@ class StepEditor : public PBD::ScopedConnectionList, public sigc::trackable
|
||||||
void prepare_step_edit_region ();
|
void prepare_step_edit_region ();
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* __pbd__step_editor_h__ */
|
#endif /* __gtk2_ardour_step_editor_h__ */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue