瀏覽代碼

fixed spacing

Rich Megginson 20 年之前
父節點
當前提交
5f1bf72ea4
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      ldap/servers/slapd/back-ldbm/ldbm_attrcrypt.c

+ 2 - 2
ldap/servers/slapd/back-ldbm/ldbm_attrcrypt.c

@@ -282,7 +282,7 @@ attrcrypt_fetch_public_key(SECKEYPublicKey **public_key)
 	}else {
 		ret = -1;
 	}
-    if (cert_name != default_cert_name) {
+	if (cert_name != default_cert_name) {
 		slapi_ch_free_string(&cert_name);
 	}
 	LDAPDebug(LDAP_DEBUG_TRACE,"<- attrcrypt_fetch_public_key\n", 0, 0, 0);
@@ -327,7 +327,7 @@ attrcrypt_fetch_private_key(SECKEYPrivateKey **private_key)
 	} else {
 		ret = -1;
 	}
-    if (cert_name != default_cert_name) {
+	if (cert_name != default_cert_name) {
 		slapi_ch_free_string(&cert_name);
 	}
 	LDAPDebug(LDAP_DEBUG_TRACE,"<- attrcrypt_fetch_private_key\n", 0, 0, 0);