s3:idmap: fix spacing/indentation
authorMichael Adam <obnox@samba.org>
Fri, 13 Aug 2010 14:15:38 +0000 (16:15 +0200)
committerMichael Adam <obnox@samba.org>
Sat, 14 Aug 2010 00:10:57 +0000 (02:10 +0200)
source3/winbindd/idmap.c

index 582293c7dcc904cb45e61c4e3ce0c704aa91bb4d..bfa2bbccc47bd265798e0415bc50b02311b63b7d 100644 (file)
@@ -609,8 +609,8 @@ NTSTATUS idmap_backends_sid_to_unixid(const char *domain, struct id_map *id)
        struct idmap_domain *dom;
        struct id_map *maps[2];
 
-        DEBUG(10, ("idmap_backends_sid_to_unixid: domain = '%s', sid = [%s]\n",
-                   domain?domain:"NULL", sid_string_dbg(id->sid)));
+       DEBUG(10, ("idmap_backends_sid_to_unixid: domain = '%s', sid = [%s]\n",
+                  domain?domain:"NULL", sid_string_dbg(id->sid)));
 
        maps[0] = id;
        maps[1] = NULL;