diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2006-12-08 20:31:24 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2006-12-08 20:31:24 +0100 |
commit | 19e98552313109ffc0c7836ca7134aece07ec878 (patch) | |
tree | b19d9021c4f6befba3f8ce388674aa3ea10e2542 | |
parent | cb880943ba2a45910f396d328a4fc1abe657a4c4 (diff) |
fix indentation
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@148 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | nss/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/common.c b/nss/common.c index ab8fb40..cec4ca0 100644 --- a/nss/common.c +++ b/nss/common.c @@ -44,7 +44,7 @@ enum nss_status nslcd2nss(int code) case NSLCD_RESULT_UNAVAIL: return NSS_STATUS_UNAVAIL; case NSLCD_RESULT_NOTFOUND: return NSS_STATUS_NOTFOUND; case NSLCD_RESULT_SUCCESS: return NSS_STATUS_SUCCESS; - default: return NSS_STATUS_UNAVAIL; + default: return NSS_STATUS_UNAVAIL; } } |