From dafe5c9f6c21bf9a65908e8b74826f58b519d68a Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Mon, 3 Dec 2007 01:12:25 +0000 Subject: add newline to end of file --- ot_http.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ot_http.h b/ot_http.h index 84b9028..134c309 100644 --- a/ot_http.h +++ b/ot_http.h @@ -25,4 +25,4 @@ ssize_t http_handle_request( const int64 s, char *data, size_t l ); ssize_t http_sendiovecdata( const int64 s, int iovec_entries, struct iovec *iovector ); ssize_t http_issue_error( const int64 s, const char *title, const char *message ); -#endif \ No newline at end of file +#endif -- cgit v1.2.3