Fix the indentation of a line in targets.mk

This would be avoided if the targets.mk files are updated by
rerunning mktargets.sh instead of manually updating them.
This commit is contained in:
Martin Storsjö 2014-04-23 10:36:18 +03:00
parent f1737cbec6
commit 788b67cbde

View File

@ -8,7 +8,7 @@ ENCODER_UNITTEST_CPP_SRCS=\
$(ENCODER_UNITTEST_SRCDIR)/EncUT_GetIntraPredictor.cpp\
$(ENCODER_UNITTEST_SRCDIR)/EncUT_MemoryAlloc.cpp\
$(ENCODER_UNITTEST_SRCDIR)/EncUT_MotionEstimate.cpp\
$(ENCODER_UNITTEST_SRCDIR)/EncUT_Sample.cpp\
$(ENCODER_UNITTEST_SRCDIR)/EncUT_Sample.cpp\
ENCODER_UNITTEST_OBJS += $(ENCODER_UNITTEST_CPP_SRCS:.cpp=.$(OBJ))