From: Volker Lendecke Date: Fri, 31 Jul 2009 22:24:35 +0000 (+0200) Subject: Fix indentation X-Git-Tag: talloc-2.0.0~510 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc261be681f55d5cf17ffe58471a71cda6ad202d;p=thirdparty%2Fsamba.git Fix indentation --- diff --git a/source3/winbindd/winbindd_user.c b/source3/winbindd/winbindd_user.c index 5ab2f2b4a69..2d59942e17e 100644 --- a/source3/winbindd/winbindd_user.c +++ b/source3/winbindd/winbindd_user.c @@ -270,7 +270,7 @@ static void getpwsid_queryuser_recv(void *private_data, bool success, } if ( acct_name && *acct_name ) { - fstrcpy( username, acct_name ); + fstrcpy( username, acct_name ); } else { char *domain_name = NULL; enum lsa_SidType type;