@@ -48,20 +48,20 @@ * * @param sandbox The sandbox which could not be activated * @param errNo The errno of the error that occurred * @return A new, autoreleased sandboxing failed exception */ -+ (instancetype)exceptionWithSandbox: (OFSandbox*)sandbox ++ (instancetype)exceptionWithSandbox: (OFSandbox *)sandbox errNo: (int)errNo; /*! * @brief Initializes an already allocated sandboxing failed exception. * * @param sandbox The sandbox which could not be activated * @param errNo The errno of the error that occurred * @return An initialized sandboxing failed exception */ -- initWithSandbox: (OFSandbox*)sandbox +- initWithSandbox: (OFSandbox *)sandbox errNo: (int)errNo; @end OF_ASSUME_NONNULL_END