From: Volker Lendecke Date: Mon, 12 Sep 2011 15:19:27 +0000 (+0200) Subject: s3: Fix some nonempty blank lines X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=f6fa51ddf71dac374b42e5a7849623120eee7fb1;p=mdw%2Fsamba.git s3: Fix some nonempty blank lines --- diff --git a/source3/include/ads.h b/source3/include/ads.h index 8a8ce28e53..bbe8671f37 100644 --- a/source3/include/ads.h +++ b/source3/include/ads.h @@ -26,7 +26,7 @@ enum ads_saslwrap_type { typedef struct ads_struct { int is_mine; /* do I own this structure's memory? */ - + /* info needed to find the server */ struct { char *realm; diff --git a/source3/include/messages.h b/source3/include/messages.h index c15dadcc38..5ea27f3df1 100644 --- a/source3/include/messages.h +++ b/source3/include/messages.h @@ -3,17 +3,17 @@ messages.c header Copyright (C) Andrew Tridgell 2000 Copyright (C) 2001, 2002 by Martin Pool - + This program is free software; you can redistribute it and/or modify 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 . */ diff --git a/source3/smbd/oplock_linux.c b/source3/smbd/oplock_linux.c index 19f4d6e06d..a455707dee 100644 --- a/source3/smbd/oplock_linux.c +++ b/source3/smbd/oplock_linux.c @@ -2,17 +2,17 @@ Unix SMB/CIFS implementation. kernel oplock processing for Linux Copyright (C) Andrew Tridgell 2000 - + This program is free software; you can redistribute it and/or modify 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 . */