diff options
author | David Robillard <d@drobilla.net> | 2009-05-13 16:04:14 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-05-13 16:04:14 +0000 |
commit | 0a04be1e9e8f3c6b355c014f5755bb30da0d5aec (patch) | |
tree | b4eb149da0fc57af8c4e9356231aa191e6f1a118 /slv2/collections.h | |
parent | 011d130c2b7f54b859ae41aac8b95d5825b975be (diff) | |
download | lilv-0a04be1e9e8f3c6b355c014f5755bb30da0d5aec.tar.gz lilv-0a04be1e9e8f3c6b355c014f5755bb30da0d5aec.tar.bz2 lilv-0a04be1e9e8f3c6b355c014f5755bb30da0d5aec.zip |
Strip trailing whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1999 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/collections.h')
-rw-r--r-- | slv2/collections.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/slv2/collections.h b/slv2/collections.h index a76e80c..86b5589 100644 --- a/slv2/collections.h +++ b/slv2/collections.h @@ -1,6 +1,6 @@ /* SLV2 * Copyright (C) 2008 Dave Robillard <http://drobilla.net> - * + * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 2 of the License, or (at your option) @@ -40,7 +40,7 @@ extern "C" { #define SLV2_COLLECTION(CollType, ElemType, prefix) \ \ /** Free a collection. - * + * * Time = O(1) */ \ void \ @@ -103,7 +103,7 @@ slv2_plugins_size(SLV2Plugins plugins); * modified by the caller in any way. * * Time = O(log2(n)) - * + * * \return NULL if plugin with \a url not found in \a plugins. */ SLV2Plugin @@ -136,7 +136,7 @@ slv2_plugins_get_at(SLV2Plugins plugins, * modified by the caller in any way. * * Time = O(log2(n)) - * + * * \return NULL if plugin with \a url not found in \a classes. */ SLV2PluginClass @@ -179,7 +179,7 @@ slv2_values_contains(SLV2Values values, SLV2Value value); * modified by the caller in any way. * * Time = O(log2(n)) - * + * * \return NULL if plugin with \a url not found in \a list. */ SLV2UI |