[SSSD] [PATCH] Fix code style

Jakub Hrozek jhrozek at redhat.com
Tue Jan 22 09:39:59 UTC 2013


Hi,

I pushed the attached patch to master as a one-liner. No functional
change, just code style fix.
-------------- next part --------------
>From 3effcb5d19b371bd3155001458f5b781bf07ccb2 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhrozek at redhat.com>
Date: Tue, 22 Jan 2013 10:38:05 +0100
Subject: [PATCH] Fix code style

---
 src/providers/data_provider_callbacks.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/providers/data_provider_callbacks.c b/src/providers/data_provider_callbacks.c
index 3081b8df3fe28f692ed511c587b2c93e9ab2af57..c41595eb78864cb6ab6be1c568fc973f1a6934ba 100644
--- a/src/providers/data_provider_callbacks.c
+++ b/src/providers/data_provider_callbacks.c
@@ -118,7 +118,8 @@ final:
     talloc_free(cb_ctx);
 }
 
-static errno_t be_run_cb(struct be_ctx *be, struct be_cb *cb_list) {
+static errno_t be_run_cb(struct be_ctx *be, struct be_cb *cb_list)
+{
     struct timeval soon;
     struct tevent_timer *te;
     struct be_cb_ctx *cb_ctx;
-- 
1.8.1



More information about the sssd-devel mailing list