diff --git a/clutter/clutter-model.c b/clutter/clutter-model.c index 48cdf1dc3..c2e975f74 100644 --- a/clutter/clutter-model.c +++ b/clutter/clutter-model.c @@ -118,7 +118,7 @@ * ClutterModel custom properties for #ClutterScript * #ClutterModel defines a custom property "columns" for #ClutterScript * which allows defining the column names and types. - * + * * Example of the "columns" custom property * The definition below will create a #ClutterListModel with three * columns: the first one with name "Name" and containing strings; the