From: Volker Lendecke Date: Thu, 25 Dec 2008 13:29:39 +0000 (+0100) Subject: Fix some nonempty blank lines X-Git-Tag: samba-4.0.0alpha6~290 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=608910d40bbba37e3424ce1f7e06582190be13f2;p=thirdparty%2Fsamba.git Fix some nonempty blank lines --- diff --git a/source3/libads/cldap.c b/source3/libads/cldap.c index 8f9a8ff2137..35fb9316f87 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 */