diff options
author | Volker Lendecke <vl@samba.org> | 2011-09-12 17:19:27 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2011-09-13 11:00:12 +0200 |
commit | f6fa51ddf71dac374b42e5a7849623120eee7fb1 (patch) | |
tree | 23b7e3a91e3ebdc321eff16cee5c2421e686723e /source3/smbd | |
parent | 85598e68502a594339434b71fec14fe186cb2131 (diff) | |
download | samba-f6fa51ddf71dac374b42e5a7849623120eee7fb1.tar.gz samba-f6fa51ddf71dac374b42e5a7849623120eee7fb1.tar.bz2 samba-f6fa51ddf71dac374b42e5a7849623120eee7fb1.zip |
s3: Fix some nonempty blank lines
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/oplock_linux.c | 6 |
1 files changed, 3 insertions, 3 deletions
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/>. */ |