Fix define spaces (#1176)

Defines needs to right at the #
This commit is contained in:
Michael Schneider
2018-10-18 09:35:04 -07:00
committed by GitHub
parent 7ee2092dc3
commit aa44d3175a

View File

@@ -18,15 +18,15 @@
#endif
#ifndef AS_USE_PHOTOS
# define AS_USE_PHOTOS 0
#define AS_USE_PHOTOS 0
#endif
#ifndef AS_USE_MAPKIT
# define AS_USE_MAPKIT 0
#define AS_USE_MAPKIT 0
#endif
#ifndef AS_USE_ASSETS_LIBRARY
# define AS_USE_ASSETS_LIBRARY 0
#define AS_USE_ASSETS_LIBRARY 0
#endif
#ifndef kCFCoreFoundationVersionNumber_iOS_10_0