diff options
author | David Robillard <d@drobilla.net> | 2012-12-21 22:43:22 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-12-21 22:43:22 +0000 |
commit | b199a880010e8cae8e1b0328c86e6af9d79a2eb2 (patch) | |
tree | 840c2799094b5304c4dd5ec622aad06c151d2730 /ingen | |
parent | 26d7e8e9399ef49a37463188cd2f841537c9bb4d (diff) | |
download | ingen-b199a880010e8cae8e1b0328c86e6af9d79a2eb2.tar.gz ingen-b199a880010e8cae8e1b0328c86e6af9d79a2eb2.tar.bz2 ingen-b199a880010e8cae8e1b0328c86e6af9d79a2eb2.zip |
Strip trailing whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4883 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen')
-rw-r--r-- | ingen/Configuration.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/Configuration.hpp b/ingen/Configuration.hpp index a5cf3387..c7d9e49c 100644 --- a/ingen/Configuration.hpp +++ b/ingen/Configuration.hpp @@ -49,7 +49,7 @@ public: SESSION = 1<<1, ///< Applies to this Ingen instance only GUI = 1<<2 ///< Persistent GUI settings saved at exit }; - + /** Add a configuration option. * * @param key URI local name, in camelCase |