[evolution-data-server] Coding style cleanup.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Coding style cleanup.
- Date: Sat, 5 Mar 2011 04:13:17 +0000 (UTC)
commit 5f179570d3576660d52b7506a910cb23344ef39d
Author: Matthew Barnes <mbarnes redhat com>
Date: Fri Mar 4 23:11:44 2011 -0500
Coding style cleanup.
calendar/libecal/e-cal-recur.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/calendar/libecal/e-cal-recur.c b/calendar/libecal/e-cal-recur.c
index 11fc119..ec76714 100644
--- a/calendar/libecal/e-cal-recur.c
+++ b/calendar/libecal/e-cal-recur.c
@@ -997,9 +997,9 @@ e_cal_recur_from_icalproperty (icalproperty *prop, gboolean exception,
r->freq = ir.freq;
- if(G_UNLIKELY(ir.interval < 1)){
+ if (G_UNLIKELY (ir.interval < 1)) {
g_warning("Invalid interval in rule %s - using 1\n",
- icalrecurrencetype_as_string(&ir));
+ icalrecurrencetype_as_string (&ir));
r->interval = 1;
} else {
r->interval = ir.interval;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]