1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-12-04 14:46:30 -05:00

Remove spare whitespace on blank lines.

This commit is contained in:
Joseph Wallace 2015-11-21 15:05:44 -05:00
parent e4258bfad3
commit 9de8fe483d

View File

@ -296,7 +296,6 @@ static int ebml_create_client_data(source_t *source, client_t *client)
return 0; return 0;
} }
static void ebml_free_client_data (client_t *client) static void ebml_free_client_data (client_t *client)
{ {
@ -307,7 +306,6 @@ static void ebml_free_client_data (client_t *client)
client->format_data = NULL; client->format_data = NULL;
} }
static void ebml_write_buf_to_file_fail (source_t *source) static void ebml_write_buf_to_file_fail (source_t *source)
{ {
ICECAST_LOG_WARN("Write to dump file failed, disabling"); ICECAST_LOG_WARN("Write to dump file failed, disabling");
@ -315,7 +313,6 @@ static void ebml_write_buf_to_file_fail (source_t *source)
source->dumpfile = NULL; source->dumpfile = NULL;
} }
static void ebml_write_buf_to_file (source_t *source, refbuf_t *refbuf) static void ebml_write_buf_to_file (source_t *source, refbuf_t *refbuf)
{ {
@ -338,7 +335,6 @@ static void ebml_write_buf_to_file (source_t *source, refbuf_t *refbuf)
} }
/* internal ebml parsing */ /* internal ebml parsing */
static void ebml_destroy(ebml_t *ebml) static void ebml_destroy(ebml_t *ebml)