s3: Fix indentation in remove_ccache
authorVolker Lendecke <vl@samba.org>
Sat, 17 Apr 2010 19:39:09 +0000 (21:39 +0200)
committerVolker Lendecke <vl@samba.org>
Sun, 18 Apr 2010 13:25:03 +0000 (15:25 +0200)
source3/winbindd/winbindd_cred_cache.c

index df09bbe1bd1b1786b7f54f0f65ddbf63da96658f..25f14f49384ad5d9060f1bd04e6c0af426d5d880 100644 (file)
@@ -685,7 +685,7 @@ NTSTATUS remove_ccache(const char *username)
 {
        struct WINBINDD_CCACHE_ENTRY *entry = get_ccache_by_username(username);
        NTSTATUS status = NT_STATUS_OK;
-       #ifdef HAVE_KRB5
+#ifdef HAVE_KRB5
        krb5_error_code ret;
 #endif