From 72a3114a01d0c67cf3b8faf7b28da93e8a6f2de3 Mon Sep 17 00:00:00 2001 From: Nathan Kinder Date: Fri, 18 Jul 2008 09:55:09 -0700 Subject: Cleaned up comments that were mangled by vim --- ipa-server/ipa-slapi-plugins/ipa-memberof/ipa-memberof.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'ipa-server/ipa-slapi-plugins') diff --git a/ipa-server/ipa-slapi-plugins/ipa-memberof/ipa-memberof.c b/ipa-server/ipa-slapi-plugins/ipa-memberof/ipa-memberof.c index 4898baa3b..3baf2f6cf 100644 --- a/ipa-server/ipa-slapi-plugins/ipa-memberof/ipa-memberof.c +++ b/ipa-server/ipa-slapi-plugins/ipa-memberof/ipa-memberof.c @@ -95,14 +95,14 @@ typedef struct _memberof_get_groups_data /****** secrets *********/ #ifndef SLAPI_TASK_PUBLIC /*from FDS slap.h - * * until we get a proper api for access - * */ + * until we get a proper api for access + */ #define TASK_RUNNING_AS_TASK 0x0 /****************************************************************************** - * * Online tasks interface (to support import, export, etc) - * * After some cleanup, we could consider making these public. - * */ + * Online tasks interface (to support import, export, etc) + * After some cleanup, we could consider making these public. + */ struct _slapi_task { struct _slapi_task *next; char *task_dn; @@ -130,8 +130,8 @@ static void slapi_task_set_data(Slapi_Task *task, void *data) } /* - * * Retrieve some opaque task specific data from the task. - * */ + * Retrieve some opaque task specific data from the task. + */ static void * slapi_task_get_data(Slapi_Task *task) { if (task) { -- cgit