Minor whitespace adjustment
This commit is contained in:
parent
07d11a2a41
commit
470dbb60f6
|
@ -201,7 +201,7 @@ LINE_BUFFERED=--line-buffered
|
|||
COLOR_FILTER= | grep $(LINE_BUFFERED) -v -e "^true &&" -e "^[A-Za-z0-9_-]\+\.\(c\|h\|cpp\|hpp\)$$" \
|
||||
$(COLORIZE)
|
||||
|
||||
COLORIZE= | sed $(SEDOPT_$(OS_NAME)) \
|
||||
COLORIZE= | sed $(SEDOPT_$(OS_NAME)) \
|
||||
-e 's/^\(.*[,:(]\{1,\}[0-9]*[ :)]*\)\([Ww]arning\)/$(POS_COLOR)\1$(WRN_COLOR)\2$(DEF_COLOR)/g' \
|
||||
-e 's/^\(.*[,:(]\{1,\}[0-9]*[ :)]*\)\([Ee]rror\)/$(POS_COLOR)\1$(ERR_COLOR)\2$(DEF_COLOR)/g' \
|
||||
-e 's/^\(\[BEGIN\]\)\(.*\)$$/$(STEP_COLOR)\1\2$(CLR_EOLINE)$(DEF_COLOR)/g' \
|
||||
|
|
Loading…
Reference in New Issue