aboutsummaryrefslogtreecommitdiffstats
path: root/ext/persist.lv2/persist.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-29 06:30:37 +0000
committerDavid Robillard <d@drobilla.net>2011-03-29 06:30:37 +0000
commitafa18d021931c3680f7bf15af0e1fe4ccb21802d (patch)
tree1c1174223c874a25ca4ea6874fa8f919e16d073d /ext/persist.lv2/persist.ttl
parentf3681a240f2eb464f10d5a23314a17e4ac4458cf (diff)
downloadlv2-afa18d021931c3680f7bf15af0e1fe4ccb21802d.tar.xz
Tidy.
Diffstat (limited to 'ext/persist.lv2/persist.ttl')
-rw-r--r--ext/persist.lv2/persist.ttl9
1 files changed, 4 insertions, 5 deletions
diff --git a/ext/persist.lv2/persist.ttl b/ext/persist.lv2/persist.ttl
index ab524a0..59e890c 100644
--- a/ext/persist.lv2/persist.ttl
+++ b/ext/persist.lv2/persist.ttl
@@ -1,17 +1,17 @@
# LV2 Persist Extension
# Copyright (C) 2010 Leonard Ritter <paniq@paniq.org>
# Copyright (C) 2010 David Robillard <d@drobilla.net>
-#
+#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
-#
+#
# The above copyright notice and this permission notice shall be included
# in all copies or substantial portions of the Software.
-#
+#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
@@ -109,7 +109,7 @@ void my_save(LV2_Handle instance,
{
MyPlugin* plugin = (MyPlugin*)instance;
const char* greeting = plugin->state->greeting;
-
+
store(callback_data,
plugin->uri_greeting_key,
greeting,
@@ -207,4 +207,3 @@ Note that this property is provided because it may be useful for hosts,
plugins, or extensions that work with instance state, but its use is not
required to support the LV2 Persist extension.
""" .
- \ No newline at end of file