Fix whitespace (noop).

This commit is contained in:
David Robillard 2015-01-07 20:12:14 -05:00
parent e705e93376
commit 69069e0381
3 changed files with 285 additions and 286 deletions

View file

@ -14,11 +14,10 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __pbd__step_editor_h__
#define __pbd__step_editor_h__
#ifndef __gtk2_ardour_step_editor_h__
#define __gtk2_ardour_step_editor_h__
#include <string>
@ -91,4 +90,4 @@ class StepEditor : public PBD::ScopedConnectionList, public sigc::trackable
void prepare_step_edit_region ();
};
#endif /* __pbd__step_editor_h__ */
#endif /* __gtk2_ardour_step_editor_h__ */