Skip to content

Commit

Permalink
show astyle version
Browse files Browse the repository at this point in the history
  • Loading branch information
AMurkin committed Oct 8, 2018
1 parent 79d9903 commit 7cc7995
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,7 @@ endif

astyle-check:
ifdef ASTYLE_CHECK
$(info $(ASTYLE_BINARY) -V: $(shell $(ASTYLE_BINARY) -V))
@if [ "$(findstring Formatted,$(ASTYLE_CHECK))" = "" ]; then echo "no astyle regressions";\
else printf "astyle regressions found.\n$(ASTYLE_CHECK)\n" && false; fi
else
Expand Down

0 comments on commit 7cc7995

Please sign in to comment.