6a71ffa8818ab34fd8bbbbc927e0f569c3c30386
kate
  Tue Apr 25 14:34:56 2017 -0700
Fix whitespace.

diff --git src/utils/makefile src/utils/makefile
index 0a1a6fb..4a80882 100644
--- src/utils/makefile
+++ src/utils/makefile
@@ -156,31 +156,31 @@
 	bedBetween \
 	doLocusName \
 	extToolsChromeParse \
         iSync \
         lodToBedScore \
 	matrixMerge \
 	mkMafFrames.pl \
 	patSeqFilterBulkAndAnnotate \
 	patSeqSummarizeDocs \
 	pslProtCnv \
 	pslSameGene \
 	tabRepl \
 	uniprotLift \
 	uniprotToTab \
 	bedJoinTabOffset \
-	expMatrixToBarchartBed \
+	expMatrixToBarchartBed
 
 
 # List of all directories to build
 
 ALL_APPS = $(UTILS_APPLIST) $(UCSC_APPS)
 
 # all: builds all utilities here
 
 all: $(ALL_APPS:%=%.all)
 
 %.all:
 	cd $* && echo $* && $(MAKE)
 
 # userAppsB: builds the user application specific programs
 # it would have been nice to be able to use the target name 'userApps'