@@ -41,11 +41,11 @@ [_lock release]; [super dealloc]; } -- (OFString*)description +- (OFString *)description { if (_lock != nil) return [OFString stringWithFormat: @"Deallocation of a lock of type %@ even though it was " @"still locked!", [_lock class]];