From: vpeter4 Date: Sun, 27 Apr 2014 11:28:22 +0000 (+0200) Subject: Disable compile warning: no newline at end of file X-Git-Tag: upstream/1.7.3~624 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4dd8ada5921693d5f0a51c947cf61115f1aca0be;p=platform%2Fupstream%2Flibwebsockets.git Disable compile warning: no newline at end of file --- diff --git a/lib/libwebsockets.c b/lib/libwebsockets.c index 40a56e8..2975f38 100644 --- a/lib/libwebsockets.c +++ b/lib/libwebsockets.c @@ -758,4 +758,4 @@ LWS_VISIBLE void lws_set_log_level(int level, void (*log_emit_function)(int leve log_level = level; if (log_emit_function) lwsl_emit = log_emit_function; -} \ No newline at end of file +} diff --git a/lib/lws-plat-unix.c b/lib/lws-plat-unix.c index 279a3be..b0c4a4c 100644 --- a/lib/lws-plat-unix.c +++ b/lib/lws-plat-unix.c @@ -387,4 +387,4 @@ lws_plat_inet_ntop(int af, const void *src, char *dst, int cnt) { return inet_ntop(af, src, dst, cnt); } -#endif \ No newline at end of file +#endif diff --git a/lib/server.c b/lib/server.c index bb9a1ae..8d55e96 100644 --- a/lib/server.c +++ b/lib/server.c @@ -865,4 +865,4 @@ lws_server_get_canonical_hostname(struct libwebsocket_context *context, sizeof(context->canonical_hostname) - 1); lwsl_notice(" canonical_hostname = %s\n", context->canonical_hostname); -} \ No newline at end of file +} diff --git a/lib/ssl.c b/lib/ssl.c index d220000..7ccff55 100644 --- a/lib/ssl.c +++ b/lib/ssl.c @@ -567,4 +567,4 @@ lws_ssl_context_destroy(struct libwebsocket_context *context) ERR_free_strings(); EVP_cleanup(); CRYPTO_cleanup_all_ex_data(); -} \ No newline at end of file +}