summaryrefslogtreecommitdiffstats
path: root/server/util
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2008-11-24 16:15:38 -0500
committerSimo Sorce <idra@samba.org>2008-11-24 16:15:38 -0500
commit4ed04a82c352a717bd2c18cebe134fffdcafd721 (patch)
tree72b58362ed18ba2d91254c8178ded6973f3b6dfd /server/util
parent383361e9d7643580c389411a6f1edbbf3b2e0221 (diff)
downloadsssd-4ed04a82c352a717bd2c18cebe134fffdcafd721.tar.gz
sssd-4ed04a82c352a717bd2c18cebe134fffdcafd721.tar.xz
sssd-4ed04a82c352a717bd2c18cebe134fffdcafd721.zip
Fix indentation
Diffstat (limited to 'server/util')
-rw-r--r--server/util/service_helpers.c6
-rw-r--r--server/util/service_helpers.h4
2 files changed, 5 insertions, 5 deletions
diff --git a/server/util/service_helpers.c b/server/util/service_helpers.c
index 9f16d9b13..0c16af898 100644
--- a/server/util/service_helpers.c
+++ b/server/util/service_helpers.c
@@ -1,4 +1,4 @@
-/*
+/*
SSSD
Service monitor
@@ -27,7 +27,7 @@
#include "service_helpers.h"
#include "sbus_interfaces.h"
-/*
+/*
* Set up an SBUS connection to the monitor
*/
struct service_sbus_ctx *sssd_service_sbus_init(TALLOC_CTX *mem_ctx,
@@ -42,7 +42,7 @@ struct service_sbus_ctx *sssd_service_sbus_init(TALLOC_CTX *mem_ctx,
char *sbus_address;
DBusConnection *conn;
int ret;
-
+
ctx = talloc_new(mem_ctx);
if (ctx == NULL) goto error;
diff --git a/server/util/service_helpers.h b/server/util/service_helpers.h
index 6435ead5c..440186db1 100644
--- a/server/util/service_helpers.h
+++ b/server/util/service_helpers.h
@@ -1,4 +1,4 @@
-/*
+/*
SSSD
Service monitor
@@ -27,7 +27,7 @@ struct service_sbus_ctx {
struct sbus_conn_ctx *scon_ctx;
};
-/*
+/*
* Set up an SBUS connection to the monitor
*/
struct service_sbus_ctx *sssd_service_sbus_init(TALLOC_CTX *mem_ctx,