@@ -35,14 +35,14 @@ _requestedSize = requestedSize; return self; } -- (OFString*)description +- (OFString *)description { if (_requestedSize != 0) return [OFString stringWithFormat: @"Could not allocate %zu bytes!", _requestedSize]; else return @"Could not allocate enough memory!"; } @end