@@ -18,11 +18,11 @@ #import "OFReadFailedException.h" #import "OFString.h" @implementation OFReadFailedException -- (OFString*)description +- (OFString *)description { if (_errNo != 0) return [OFString stringWithFormat: @"Failed to read %zu bytes from an object of type %@: %@", _requestedLength, [_object class], of_strerror(_errNo)];