summaryrefslogtreecommitdiff
path: root/lib/tdb/common/freelist.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-03-25 10:19:48 +0100
committerVolker Lendecke <vl@samba.org>2010-03-25 10:24:45 +0100
commitea8e0d5d54b020c530e392c4edaeed43e20af303 (patch)
tree550ea6372e166df4b7d2fc02261a23012676f7a9 /lib/tdb/common/freelist.c
parent0a65bb57a18176a4aaa6972c025062577b124ee7 (diff)
downloadsamba-ea8e0d5d54b020c530e392c4edaeed43e20af303.tar.gz
samba-ea8e0d5d54b020c530e392c4edaeed43e20af303.tar.bz2
samba-ea8e0d5d54b020c530e392c4edaeed43e20af303.zip
Fix some nonempty blank lines
Diffstat (limited to 'lib/tdb/common/freelist.c')
-rw-r--r--lib/tdb/common/freelist.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/tdb/common/freelist.c b/lib/tdb/common/freelist.c
index c7d908edfd..79e3c344b8 100644
--- a/lib/tdb/common/freelist.c
+++ b/lib/tdb/common/freelist.c
@@ -6,11 +6,11 @@
Copyright (C) Andrew Tridgell 1999-2005
Copyright (C) Paul `Rusty' Russell 2000
Copyright (C) Jeremy Allison 2000-2003
-
+
** NOTE! The following LGPL license applies to the tdb
** library. 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
@@ -143,7 +143,7 @@ left:
tdb_off_t left = offset - sizeof(tdb_off_t);
struct tdb_record l;
tdb_off_t leftsize;
-
+
/* Read in tailer and jump back to header */
if (tdb_ofs_read(tdb, left, &leftsize) == -1) {
TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_free: left offset read failed at %u\n", left));
@@ -334,7 +334,7 @@ tdb_off_t tdb_allocate(struct tdb_context *tdb, tdb_len_t length, struct tdb_rec
bestfit.rec_len < length * multiplier) {
break;
}
-
+
/* this multiplier means we only extremely rarely
search more than 50 or so records. At 50 records we
accept records up to 11 times larger than what we