summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2013-09-10 11:35:01 +0000
committerVolker Lendecke <vl@samba.org>2013-09-11 08:27:10 +0200
commite533bf3ef168424234a10331fa4edf98dacb3a4b (patch)
treecb2b931d850ef0eefaaa1b76c68453cffcb1b1bd /source3/include
parentd809cf653b624a9fde48de3b0c2ab58aca705c50 (diff)
downloadsamba-e533bf3ef168424234a10331fa4edf98dacb3a4b.tar.gz
samba-e533bf3ef168424234a10331fa4edf98dacb3a4b.tar.bz2
samba-e533bf3ef168424234a10331fa4edf98dacb3a4b.zip
smbd: Fix blank line endings
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/locking.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/source3/include/locking.h b/source3/include/locking.h
index 32593af181..627908ce74 100644
--- a/source3/include/locking.h
+++ b/source3/include/locking.h
@@ -1,19 +1,19 @@
-/*
+/*
Unix SMB/CIFS implementation.
SMB parameters and setup, plus a whole lot more.
-
+
Copyright (C) Jeremy Allison 2006
-
+
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/>.
*/
@@ -57,7 +57,7 @@ struct byte_range_lock {
struct db_record *record;
};
-/* Internal structure in brlock.tdb.
+/* Internal structure in brlock.tdb.
The data in brlock records is an unsorted linear array of these
records. It is unnecessary to store the count as tdb provides the
size of the record */