diff options
author | Russell Steinthal <steintr@src.gnome.org> | 1999-10-22 10:03:30 +0800 |
---|---|---|
committer | Russell Steinthal <steintr@src.gnome.org> | 1999-10-22 10:03:30 +0800 |
commit | 3dcc180333bfb266f242424ee16eebd6cbba1504 (patch) | |
tree | 2006f1720e211dd0d495e4430e53b31a1c936be3 | |
parent | 6df51e3ed291f4f5142c56c580b090e83ac48510 (diff) | |
download | gsoc2013-evolution-3dcc180333bfb266f242424ee16eebd6cbba1504.tar gsoc2013-evolution-3dcc180333bfb266f242424ee16eebd6cbba1504.tar.gz gsoc2013-evolution-3dcc180333bfb266f242424ee16eebd6cbba1504.tar.bz2 gsoc2013-evolution-3dcc180333bfb266f242424ee16eebd6cbba1504.tar.lz gsoc2013-evolution-3dcc180333bfb266f242424ee16eebd6cbba1504.tar.xz gsoc2013-evolution-3dcc180333bfb266f242424ee16eebd6cbba1504.tar.zst gsoc2013-evolution-3dcc180333bfb266f242424ee16eebd6cbba1504.zip |
Style fix.
svn path=/trunk/; revision=1341
-rw-r--r-- | calendar/alarm.c | 3 | ||||
-rw-r--r-- | calendar/gui/alarm-notify/alarm.c | 3 | ||||
-rw-r--r-- | calendar/gui/alarm.c | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/calendar/alarm.c b/calendar/alarm.c index 25c30a9e20..04e7c02e49 100644 --- a/calendar/alarm.c +++ b/calendar/alarm.c @@ -186,7 +186,8 @@ alarm_init (void) sigaction (SIGALRM, &sa, NULL); } -void debug_alarm (AlarmRecord* ar, int add) +void +debug_alarm (AlarmRecord* ar, int add) { time_t now = time (NULL); iCalObject *ico = ar->closure; diff --git a/calendar/gui/alarm-notify/alarm.c b/calendar/gui/alarm-notify/alarm.c index 25c30a9e20..04e7c02e49 100644 --- a/calendar/gui/alarm-notify/alarm.c +++ b/calendar/gui/alarm-notify/alarm.c @@ -186,7 +186,8 @@ alarm_init (void) sigaction (SIGALRM, &sa, NULL); } -void debug_alarm (AlarmRecord* ar, int add) +void +debug_alarm (AlarmRecord* ar, int add) { time_t now = time (NULL); iCalObject *ico = ar->closure; diff --git a/calendar/gui/alarm.c b/calendar/gui/alarm.c index 25c30a9e20..04e7c02e49 100644 --- a/calendar/gui/alarm.c +++ b/calendar/gui/alarm.c @@ -186,7 +186,8 @@ alarm_init (void) sigaction (SIGALRM, &sa, NULL); } -void debug_alarm (AlarmRecord* ar, int add) +void +debug_alarm (AlarmRecord* ar, int add) { time_t now = time (NULL); iCalObject *ico = ar->closure; |