From: Jeff Trawick Date: Tue, 30 Jan 2001 12:30:41 +0000 (+0000) Subject: add missing newline to end of file X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=395c36bc9591a296d19ac5f507f376cf42754f7d;p=thirdparty%2Fapache%2Fhttpd.git add missing newline to end of file Submitted by: jean-frederic clere Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87925 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_compat.h b/include/ap_compat.h index e6187c97ae8..2614b167e7c 100644 --- a/include/ap_compat.h +++ b/include/ap_compat.h @@ -8,4 +8,4 @@ #define MODULE_VAR_EXPORT AP_MODULE_DECLARE_DATA -#endif /* APR_COMPAT_H */ \ No newline at end of file +#endif /* APR_COMPAT_H */