Add spaces around an assignment to match the surrounding style

This commit is contained in:
Martin Storsjö 2015-05-05 10:31:46 +03:00
parent f1d1af0d34
commit b3342fa11a

View File

@ -6,7 +6,7 @@ CFLAGS += -DWINAPI_FAMILY=WINAPI_FAMILY_PHONE_APP -DWINDOWS_PHONE -DUNICODE
# Ignore warnings about the main function prototype when building with -ZW
CXXFLAGS += -ZW -wd4447
LDFLAGS += -nodefaultlib:kernel32.lib -nodefaultlib:ole32.lib WindowsPhoneCore.lib
UTSHLDFLAGS=-def:ut.def
UTSHLDFLAGS = -def:ut.def
# Ignore warnings about code built with -ZW in .lib files
AR_OPTS += -ignore:4264