From 608910d40bbba37e3424ce1f7e06582190be13f2 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 25 Dec 2008 14:29:39 +0100 Subject: Fix some nonempty blank lines --- source3/libads/cldap.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source3/libads') diff --git a/source3/libads/cldap.c b/source3/libads/cldap.c index 8f9a8ff213..35fb9316f8 100644 --- a/source3/libads/cldap.c +++ b/source3/libads/cldap.c @@ -9,12 +9,12 @@ it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with this program. If not, see . */ @@ -107,16 +107,16 @@ static int send_cldap_netlogon(TALLOC_CTX *mem_ctx, int sock, const char *domain } static SIG_ATOMIC_T gotalarm; - + /*************************************************************** Signal function to tell us we timed out. ****************************************************************/ - + static void gotalarm_sig(void) { gotalarm = 1; } - + /* receive a cldap netlogon reply */ -- cgit