Apply patch to cleanup whitespace from wsfulton

This commit is contained in:
Mike Romberg 2016-06-04 14:07:50 -06:00
commit 0cc3c78abf
6 changed files with 14 additions and 16 deletions

View file

@ -12,13 +12,13 @@ import_packages_subdirs = \
relativeimport2 \
relativeimport3 \
split_modules \
namespace_pkg
namespace_pkg
check: build
if test "x$(SRCDIR)" != x; then \
for file in `cd $(SRCDIR) && find . -type f -name "*.py"`; do \
mkdir -p `dirname $$file`; \
mkdir -p `dirname $$file`; \
cp "${SRCDIR}$$file" "$$file" || exit 1; \
done; \
fi; \