unncessary change in the diff

This commit is contained in:
Aman Gupta 2020-06-17 10:30:41 -07:00
parent 073222f8ab
commit 7392e23db2

View File

@ -63,9 +63,9 @@ extern "C" {
/** Building for iOS. Use ifdef instead of defined() operator to allow MVK_IOS to be used in expansions */
#ifndef MVK_IOS
# if MVK_IOS_OR_TVOS && !MVK_TVOS
# define MVK_IOS 1
# define MVK_IOS 1
# else
# define MVK_IOS 0
# define MVK_IOS 0
# endif
#endif