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/value.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'slv2/value.h') diff --git a/slv2/value.h b/slv2/value.h index f1af35f..299b1e8 100644 --- a/slv2/value.h +++ b/slv2/value.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) @@ -104,10 +104,10 @@ slv2_value_is_uri(SLV2Value value); /** Return this value as a URI string, e.g. "http://example.org/foo". - * + * * Valid to call only if slv2_value_is_uri(\a value) returns true. * Returned value is owned by \a value and must not be freed by caller. - * + * * Time = O(1) */ const char* @@ -127,10 +127,10 @@ slv2_value_is_qname(SLV2Value value); /** Return this value as a QName string, e.g. "lv2:Plugin". - * + * * Valid to call only if slv2_value_is_qname(\a value) returns true. * Returned value is owned by \a value and must not be freed by caller. - * + * * Time = O(1) */ const char* @@ -175,7 +175,7 @@ slv2_value_is_float(SLV2Value value); /** Return \a value as a float. - * + * * Valid to call only if slv2_value_is_float(\a value) or * slv2_value_is_int(\a value) returns true. * @@ -186,7 +186,7 @@ slv2_value_as_float(SLV2Value value); /** Return whether this value is an integer literal. - * + * * Time = O(1) */ bool @@ -194,7 +194,7 @@ slv2_value_is_int(SLV2Value value); /** Return \a value as an integer. - * + * * Valid to call only if slv2_value_is_int(\a value) returns true. * * Time = O(1) -- cgit v1.2.1