diff --git a/lib/libwebsockets.c b/lib/libwebsockets.c index 40a56e83..2975f38e 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 279a3be4..b0c4a4c5 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 bb9a1ae1..8d55e967 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 d2200007..7ccff55e 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 +}