summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/user_bundle.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/user_bundle.h')
-rw-r--r--libs/ardour/ardour/user_bundle.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/ardour/ardour/user_bundle.h b/libs/ardour/ardour/user_bundle.h
index 6d197450c3..fa37392fc0 100644
--- a/libs/ardour/ardour/user_bundle.h
+++ b/libs/ardour/ardour/user_bundle.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2007 Paul Davis
+ Copyright (C) 2007 Paul Davis
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -36,11 +36,11 @@ class UserBundle : public Bundle, public PBD::Stateful {
UserBundle (XMLNode const &, bool);
XMLNode& get_state ();
-
+
private:
int set_state (XMLNode const &);
};
}
-
+
#endif