From 0a04be1e9e8f3c6b355c014f5755bb30da0d5aec Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 13 May 2009 16:04:14 +0000 Subject: Strip trailing whitespace. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1999 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/world.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'slv2/world.h') diff --git a/slv2/world.h b/slv2/world.h index 0e6106c..9cf0058 100644 --- a/slv2/world.h +++ b/slv2/world.h @@ -1,6 +1,6 @@ /* SLV2 * Copyright (C) 2007 Dave Robillard - * + * * 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) @@ -27,7 +27,7 @@ extern "C" { #include "slv2/collections.h" /** \defgroup slv2_world Global library state - * + * * The "world" represents all library state, and the data found in bundles' * manifest.ttl (ie it is an in-memory index of all things LV2 found). * Plugins (and plugin extensions) and the LV2 specification (and LV2 @@ -121,7 +121,7 @@ slv2_world_get_plugin_class(SLV2World world); /** Return a list of all found plugin classes. * * Returned list is owned by world and must not be freed by the caller. - * + * * Time = O(1) */ SLV2PluginClasses -- cgit v1.2.1