restyle fallback module to match project style

Reduces lint errors from 36 to 33 (-8%). Line count from 1910 to 1476 (-23%).

Another step in resolving issue #2902.

This also fixes a stupid mistake from an earlier commit where I didn't realize
that osx/config.h was meant to be included as a semi-static file in the
repository.
This commit is contained in:
Kurtis Rader
2016-04-29 19:01:36 -07:00
parent 58d7c4b388
commit aa8840b423
3 changed files with 546 additions and 978 deletions

View File

@@ -850,7 +850,7 @@ style-all:
#
distclean: clean
$(MAKE) -C $(PCRE2_DIR) distclean || true
rm -f config.status config.log config.h Makefile osx/config.h
rm -f config.status config.log config.h Makefile
.PHONY: distclean
#