Commit 287466b0 authored by Justin Erenkrantz's avatar Justin Erenkrantz
Browse files

Style police come before the code police.

(No functional changes.)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95481 13f79535-47bb-0310-9956-ffa450edef68
parent 7d42d754
Loading
Loading
Loading
Loading
+2 −1
Changes for server/util_xml.c: 2 added lines, 1 removed line.
Original line number Diff line number Diff line
@@ -62,7 +62,8 @@
#include "util_xml.h"


#define READ_BLOCKSIZE	2048	/* used for reading input blocks */
/* used for reading input blocks */
#define READ_BLOCKSIZE 2048


AP_DECLARE(int) ap_xml_parse_input(request_rec * r, apr_xml_doc **pdoc)