From a721f0a729a345f2ef4016343a001658a33c009b Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 13 Apr 2008 01:44:57 +0200 Subject: registry cachehook: eliminate a couple trailing spaces (empty lines). Michael (This used to be commit c9f01aee37165216fa8a5331c64dd93963b38802) --- source3/registry/reg_cachehook.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source3/registry') 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 ); } -- cgit