mirror of
https://github.com/apache/httpd.git
synced 2025-11-09 15:21:02 +03:00
Cleanup effort in prep for GA push:
Trim trailing whitespace... no func change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174748 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -36,7 +36,7 @@ extern "C" {
|
||||
|
||||
#include "apr_xlate.h"
|
||||
|
||||
/** On EBCDIC machine this is a translation handle used to translate the
|
||||
/** On EBCDIC machine this is a translation handle used to translate the
|
||||
* headers from the local machine format to ASCII for network transmission.
|
||||
* On an ASCII machine this is NULL */
|
||||
extern apr_xlate_t *ap_hdrs_to_ascii;
|
||||
@@ -46,7 +46,7 @@ extern apr_xlate_t *ap_hdrs_to_ascii;
|
||||
extern apr_xlate_t *ap_hdrs_from_ascii;
|
||||
|
||||
#endif /* APR_CHARSET_EBCDIC */
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user