summaryrefslogtreecommitdiff
path: root/source3/registry/reg_cachehook.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-04-13 01:44:57 +0200
committerMichael Adam <obnox@samba.org>2008-04-13 01:44:57 +0200
commita721f0a729a345f2ef4016343a001658a33c009b (patch)
tree5cb5a394bda395d36824da0a89ab2ae240443385 /source3/registry/reg_cachehook.c
parent0fa8845fa0aa8df0480a85560dabe7b1b7d7926b (diff)
downloadsamba-a721f0a729a345f2ef4016343a001658a33c009b.tar.gz
samba-a721f0a729a345f2ef4016343a001658a33c009b.tar.bz2
samba-a721f0a729a345f2ef4016343a001658a33c009b.zip
registry cachehook: eliminate a couple trailing spaces (empty lines).
Michael (This used to be commit c9f01aee37165216fa8a5331c64dd93963b38802)
Diffstat (limited to 'source3/registry/reg_cachehook.c')
-rw-r--r--source3/registry/reg_cachehook.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/registry/reg_cachehook.c b/source3/registry/reg_cachehook.c
index 705d08abf8..d59dc4cbd5 100644
--- a/source3/registry/reg_cachehook.c
+++ b/source3/registry/reg_cachehook.c
@@ -102,14 +102,14 @@ REGISTRY_OPS *reghook_cache_find(const char *keyname)
}
DEBUG(10,("reghook_cache_find: Searching for keyname [%s]\n", key));
-
+
ops = (REGISTRY_OPS *)pathtree_find(cache_tree, key);
DEBUG(10, ("reghook_cache_find: found ops %p for key [%s]\n",
ops ? (void *)ops : 0, key));
-
+
TALLOC_FREE(key);
-
+
return ops;
}
@@ -120,6 +120,6 @@ REGISTRY_OPS *reghook_cache_find(const char *keyname)
void reghook_dump_cache( int debuglevel )
{
DEBUG(debuglevel,("reghook_dump_cache: Starting cache dump now...\n"));
-
+
pathtree_print_keys( cache_tree, debuglevel );
}