From 59e6e599ba390b0aa720973ff297260d7d354b73 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 18 Jan 2012 21:24:06 -0500 Subject: Coding style and whitespace cleanup. --- calendar/gui/e-cal-model.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/e-cal-model.c') diff --git a/calendar/gui/e-cal-model.c b/calendar/gui/e-cal-model.c index 7344e87916..2255ec4b35 100644 --- a/calendar/gui/e-cal-model.c +++ b/calendar/gui/e-cal-model.c @@ -1058,7 +1058,7 @@ set_categories (ECalModelComponent *comp_data, comp_data->priv->categories_str = NULL; /* then set a new value; no need to populate categories_str, - it'll be populated on demand (in the get_categories() function) + * it'll be populated on demand (in the get_categories() function) */ if (value && *value) { prop = icalproperty_new_categories (value); -- cgit v1.2.3