summaryrefslogtreecommitdiff
path: root/source3/libsmb/smb_share_modes.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-01-01 19:47:40 +0100
committerVolker Lendecke <vl@samba.org>2009-01-01 20:01:32 +0100
commitbf34e998f967a2e9c3528b61a825569378b480af (patch)
treeb87cd28213dcffadf00f0cd994376993e9f2587e /source3/libsmb/smb_share_modes.c
parente551f43b4b690d92cbf00a510e6c79a497d91464 (diff)
downloadsamba-bf34e998f967a2e9c3528b61a825569378b480af.tar.gz
samba-bf34e998f967a2e9c3528b61a825569378b480af.tar.bz2
samba-bf34e998f967a2e9c3528b61a825569378b480af.zip
fix some nonempty blank lines
Diffstat (limited to 'source3/libsmb/smb_share_modes.c')
-rw-r--r--source3/libsmb/smb_share_modes.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/source3/libsmb/smb_share_modes.c b/source3/libsmb/smb_share_modes.c
index 16b3b10925..7d363f5d8b 100644
--- a/source3/libsmb/smb_share_modes.c
+++ b/source3/libsmb/smb_share_modes.c
@@ -1,7 +1,7 @@
/*
Samba share mode database library external interface library.
Used by non-Samba products needing access to the Samba share mode db.
-
+
Copyright (C) Jeremy Allison 2005 - 2006
sharemodes_procid functions (C) Copyright (C) Volker Lendecke 2005
@@ -9,17 +9,17 @@
** NOTE! The following LGPL license applies to this module only.
** This does NOT imply that all of Samba is released
** under the LGPL
-
+
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
-
+
This library 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
Lesser General Public License for more details.
-
+
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
@@ -115,7 +115,7 @@ int smb_lock_share_mode_entry(struct smbdb_ctx *db_ctx,
{
return tdb_chainlock(db_ctx->smb_tdb, get_locking_key(dev, ino));
}
-
+
int smb_unlock_share_mode_entry(struct smbdb_ctx *db_ctx,
uint64_t dev,
uint64_t ino)