@@ -26,11 +26,11 @@ /*! * @brief Creates a new autorelease pool. * * @return An identifier for the created autorelease pool */ -extern void* objc_autoreleasePoolPush(); +extern void *objc_autoreleasePoolPush(); /*! * @brief Drains an autorelease pool. * * @param pool An identifier for the pool to drain