Group mods after San Jose bakeoff

Change-Id: I29146da2e77e223e70a4bffea6a475a8af94f2f0
diff --git a/Makefile b/Makefile
index 98da42e..a6a813b 100644
--- a/Makefile
+++ b/Makefile
@@ -139,7 +139,7 @@
 	. ${VENVDIR}/bin/activate && \
 	    for d in $$(find ./tests/utests -type d -depth 1); do echo $$d:; nosetests -v $$d; done
 
-itest: venv run-as-root-tests 
+itest: venv run-as-root-tests
 	@ echo "Executing all integration tests"
 	. ${VENVDIR}/bin/activate && \
 	nosetests -s  \
@@ -147,7 +147,7 @@
 	--exclude-dir=./tests/utests/ \
 	--exclude-dir=./tests/itests/run_as_root/
 
-smoke-test: venv run-as-root-tests 
+smoke-test: venv run-as-root-tests
 	@ echo "Executing smoke tests"
 	. ${VENVDIR}/bin/activate && \
 	nosetests -s  \