@@ -56,11 +56,11 @@ * @param path The path of the item * @param permissions The new permissions for the item * @param errNo The errno of the error that occurred * @return A new, autoreleased change permissions failed exception */ -+ (instancetype)exceptionWithPath: (OFString*)path ++ (instancetype)exceptionWithPath: (OFString *)path permissions: (mode_t)permissions errNo: (int)errNo; /*! * @brief Initializes an already allocated change permissions failed exception. @@ -68,11 +68,11 @@ * @param path The path of the item * @param permissions The new permissions for the item * @param errNo The errno of the error that occurred * @return An initialized change permissions failed exception */ -- initWithPath: (OFString*)path +- initWithPath: (OFString *)path permissions: (mode_t)permissions errNo: (int)errNo; @end OF_ASSUME_NONNULL_END