fix indent again

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2084 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
nils 2005-01-19 19:52:08 +00:00
parent cb5d576267
commit 14ff6bdfc5
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ CK_RV slot_token_removed(int id)
/* Object pool */
while (pool_find_and_delete(&slot->object_pool, 0, (void**) &object) == CKR_OK) {
if (object->ops->release)
object->ops->release(object);
object->ops->release(object);
}
/* Release framework stuff */