diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-01-19 10:24:06 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-01-19 12:48:48 +0800 |
commit | 59e6e599ba390b0aa720973ff297260d7d354b73 (patch) | |
tree | 42342a51edb84a0f08f3c2a49def3c60bc71d0fa /calendar/alarm-notify | |
parent | 61ae36351b24cc676f60483d576706bf827f2987 (diff) | |
download | gsoc2013-evolution-59e6e599ba390b0aa720973ff297260d7d354b73.tar gsoc2013-evolution-59e6e599ba390b0aa720973ff297260d7d354b73.tar.gz gsoc2013-evolution-59e6e599ba390b0aa720973ff297260d7d354b73.tar.bz2 gsoc2013-evolution-59e6e599ba390b0aa720973ff297260d7d354b73.tar.lz gsoc2013-evolution-59e6e599ba390b0aa720973ff297260d7d354b73.tar.xz gsoc2013-evolution-59e6e599ba390b0aa720973ff297260d7d354b73.tar.zst gsoc2013-evolution-59e6e599ba390b0aa720973ff297260d7d354b73.zip |
Coding style and whitespace cleanup.
Diffstat (limited to 'calendar/alarm-notify')
-rw-r--r-- | calendar/alarm-notify/alarm-queue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/alarm-notify/alarm-queue.c b/calendar/alarm-notify/alarm-queue.c index f7597338a7..f30ce00af7 100644 --- a/calendar/alarm-notify/alarm-queue.c +++ b/calendar/alarm-notify/alarm-queue.c @@ -1054,7 +1054,7 @@ edit_component (ECalClient *cal_client, static void print_component (ECalClient *cal_client, - ECalComponent *comp) + ECalComponent *comp) { print_comp (comp, cal_client, |