@@ -18,10 +18,10 @@ #import "OFInvalidServerReplyException.h" #import "OFString.h" @implementation OFInvalidServerReplyException -- (OFString*)description +- (OFString *)description { return @"Got an invalid reply from the server!"; } @end