summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-09-12 17:19:27 +0200
committerVolker Lendecke <vl@samba.org>2011-09-13 11:00:12 +0200
commitf6fa51ddf71dac374b42e5a7849623120eee7fb1 (patch)
tree23b7e3a91e3ebdc321eff16cee5c2421e686723e /source3
parent85598e68502a594339434b71fec14fe186cb2131 (diff)
downloadsamba-f6fa51ddf71dac374b42e5a7849623120eee7fb1.tar.gz
samba-f6fa51ddf71dac374b42e5a7849623120eee7fb1.tar.bz2
samba-f6fa51ddf71dac374b42e5a7849623120eee7fb1.zip
s3: Fix some nonempty blank lines
Diffstat (limited to 'source3')
-rw-r--r--source3/include/ads.h2
-rw-r--r--source3/include/messages.h6
-rw-r--r--source3/smbd/oplock_linux.c6
3 files changed, 7 insertions, 7 deletions
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 <http://www.gnu.org/licenses/>.
*/
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 <http://www.gnu.org/licenses/>.
*/