reindent according to our coding style: <http://httpd.apache.org/dev/styleguide.html> for i in `ls *.h *.c`; do indent -i4 -npsl -di0 -br -nce -d0 -cli0 -npcs -nfc1 -nut ${i}; done
Add a work in progress, a completely new, "Simple MPM".