From e533bf3ef168424234a10331fa4edf98dacb3a4b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 10 Sep 2013 11:35:01 +0000 Subject: smbd: Fix blank line endings --- source3/include/locking.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'source3/include') 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 . */ @@ -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 */ -- cgit