diff options
Diffstat (limited to 'calendar/common')
-rw-r--r-- | calendar/common/authentication.c | 10 | ||||
-rw-r--r-- | calendar/common/authentication.h | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/calendar/common/authentication.c b/calendar/common/authentication.c index f8bce7c86e..f11a0ed1ff 100644 --- a/calendar/common/authentication.c +++ b/calendar/common/authentication.c @@ -1,13 +1,13 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/* - * Authors : +/* + * Authors : * Rodrigo Moya <rodrigo@ximian.com> * * Copyright 2003, Novell, Inc. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of version 2 of the GNU General Public + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, @@ -59,7 +59,7 @@ ECal * auth_new_cal_from_default (ECalSourceType type) { ECal *ecal = NULL; - + if (!e_cal_open_default (&ecal, type, auth_func_cb, NULL, NULL)) return NULL; diff --git a/calendar/common/authentication.h b/calendar/common/authentication.h index 4cc398f522..2b5804c039 100644 --- a/calendar/common/authentication.h +++ b/calendar/common/authentication.h @@ -1,13 +1,13 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/* - * Authors : +/* + * Authors : * Rodrigo Moya <rodrigo@ximian.com> * * Copyright 2003, Novell, Inc. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of version 2 of the GNU General Public + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, |