]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
registry cachehook: eliminate a couple trailing spaces (empty lines).
authorMichael Adam <obnox@samba.org>
Sat, 12 Apr 2008 23:44:57 +0000 (01:44 +0200)
committerMichael Adam <obnox@samba.org>
Sat, 12 Apr 2008 23:44:57 +0000 (01:44 +0200)
Michael

source/registry/reg_cachehook.c

index 705d08abf880e044ecc64404859dbe4c4b9d43fa..d59dc4cbd586e4c063b6e128e4e67402eb58b71a 100644 (file)
@@ -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 );
 }