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