From 395c36bc9591a296d19ac5f507f376cf42754f7d Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Tue, 30 Jan 2001 12:30:41 +0000 Subject: [PATCH] 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 --- include/ap_compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ap_compat.h b/include/ap_compat.h index e6187c97ae..2614b167e7 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 */ -- 2.50.1