@@ -178,18 +178,18 @@ /*! * @brief Returns the last modification date of the entry's file. * * @return The last modification date of the entry's file */ -- (OFDate*)modificationDate; +- (OFDate *)modificationDate; /*! * @brief Returns the extra field of the entry. * * @return The extra field of the entry */ -- (OFDataArray*)extraField; +- (OFDataArray *)extraField; @end #ifdef __cplusplus extern "C" { #endif @@ -197,11 +197,11 @@ * @brief Converts the ZIP entry version to a string * * @param version The ZIP entry version to convert to a string * @return The ZIP entry version as a string */ -extern OFString* of_zip_archive_entry_version_to_string(uint16_t version); +extern OFString *of_zip_archive_entry_version_to_string(uint16_t version); /*! * @brief Gets a pointer to and the size of the extensible data field with the * specified tag. *