@@ -44,25 +44,25 @@ * @brief Creates a new, autoreleased address translation failed exception. * * @param host The host for which translation was requested * @return A new, autoreleased address translation failed exception */ -+ (instancetype)exceptionWithHost: (nullable OFString*)host; ++ (instancetype)exceptionWithHost: (nullable OFString *)host; -+ (instancetype)exceptionWithHost: (nullable OFString*)host ++ (instancetype)exceptionWithHost: (nullable OFString *)host error: (int)error; + (instancetype)exceptionWithError: (int)error; /*! * @brief Initializes an already allocated address translation failed exception. * * @param host The host for which translation was requested * @return An initialized address translation failed exception */ -- initWithHost: (nullable OFString*)host; +- initWithHost: (nullable OFString *)host; -- (instancetype)initWithHost: (nullable OFString*)host +- (instancetype)initWithHost: (nullable OFString *)host error: (int)error; - (instancetype)initWithError: (int)error; @end OF_ASSUME_NONNULL_END