]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
reindent according to our coding style: <http://httpd.apache.org/dev/styleguide.html>
authorPaul Querna <pquerna@apache.org>
Thu, 30 Oct 2008 01:50:09 +0000 (01:50 +0000)
committerPaul Querna <pquerna@apache.org>
Thu, 30 Oct 2008 01:50:09 +0000 (01:50 +0000)
commita67dbf623332359655efee4b95e53b7326a796f6
treed69e12a4d3a3ae55cc361905cf8fab56ce1825eb
parent08dddebd7c0d2d60ebdfa451933753527dfba1f7
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

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709078 13f79535-47bb-0310-9956-ffa450edef68
12 files changed:
server/mpm/simple/simple_api.c
server/mpm/simple/simple_api.h
server/mpm/simple/simple_children.c
server/mpm/simple/simple_children.h
server/mpm/simple/simple_core.c
server/mpm/simple/simple_event.c
server/mpm/simple/simple_event.h
server/mpm/simple/simple_io.c
server/mpm/simple/simple_io.h
server/mpm/simple/simple_run.c
server/mpm/simple/simple_run.h
server/mpm/simple/simple_types.h