summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-09-18 16:19:07 -0700
committerVolker Lendecke <vl@samba.org>2012-09-23 07:20:20 -0700
commita272635b792a806f589cd5a6a3a345cdc855b4be (patch)
treee113300f6db4e352747d23776a0554140773985a /source3
parente0fdeda86cfc75cfe2bdd7dffeef7fc9e173c8aa (diff)
downloadsamba-a272635b792a806f589cd5a6a3a345cdc855b4be.tar.gz
samba-a272635b792a806f589cd5a6a3a345cdc855b4be.tar.bz2
samba-a272635b792a806f589cd5a6a3a345cdc855b4be.zip
s3: Fix some nonempty line endings
Diffstat (limited to 'source3')
-rw-r--r--source3/libsmb/clioplock.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/libsmb/clioplock.c b/source3/libsmb/clioplock.c
index 0b3ca2c0ad..fdf573e6e0 100644
--- a/source3/libsmb/clioplock.c
+++ b/source3/libsmb/clioplock.c
@@ -1,18 +1,18 @@
-/*
+/*
Unix SMB/CIFS implementation.
SMB client oplock functions
Copyright (C) Andrew Tridgell 2001
-
+
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/>.
*/