diff options
Diffstat (limited to 'calendar/gui/misc.c')
-rw-r--r-- | calendar/gui/misc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/misc.c b/calendar/gui/misc.c index c67e37c2ea..f5ce590ea7 100644 --- a/calendar/gui/misc.c +++ b/calendar/gui/misc.c @@ -35,10 +35,10 @@ /** * string_is_empty: * @value: A string. - * + * * Returns whether a string is NULL, the empty string, or completely made up of * whitespace characters. - * + * * Return value: TRUE if the string is empty, FALSE otherwise. **/ gboolean |