From e30c76972881e57253d35bd311c486d5ff5f183f Mon Sep 17 00:00:00 2001 From: Sion Chaudhuri Date: Tue, 30 Apr 2013 01:30:29 -0700 Subject: [PATCH] Fixing newline issues on files modified to support audio --- protocols/vnc/include/buffer.h | 2 +- protocols/vnc/include/queue.h | 2 +- protocols/vnc/src/buffer.c | 2 +- protocols/vnc/src/pa_handlers.c | 2 +- src/protocols/vnc/client.h | 1 + 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/protocols/vnc/include/buffer.h b/protocols/vnc/include/buffer.h index c257201e..2a95da8d 100644 --- a/protocols/vnc/include/buffer.h +++ b/protocols/vnc/include/buffer.h @@ -61,4 +61,4 @@ void buffer_insert(buffer* buf, void* data, int size_of_data); void buffer_remove(buffer* buf, void* data, int size_of_data, guac_client* client); -#endif \ No newline at end of file +#endif diff --git a/protocols/vnc/include/queue.h b/protocols/vnc/include/queue.h index be351290..1e1d01be 100644 --- a/protocols/vnc/include/queue.h +++ b/protocols/vnc/include/queue.h @@ -39,4 +39,4 @@ int enqueue(queue* q, void* data, int size); int dequeue(queue* q, void* data, int size); -#endif \ No newline at end of file +#endif diff --git a/protocols/vnc/src/buffer.c b/protocols/vnc/src/buffer.c index 5f5cbf97..b833c869 100644 --- a/protocols/vnc/src/buffer.c +++ b/protocols/vnc/src/buffer.c @@ -83,4 +83,4 @@ void buffer_remove(buffer* buf, void* data, int size_of_data, guac_client* clien pthread_mutex_unlock(&(buf->update_lock)); -} \ No newline at end of file +} diff --git a/protocols/vnc/src/pa_handlers.c b/protocols/vnc/src/pa_handlers.c index e3a0fd0b..2f89a282 100644 --- a/protocols/vnc/src/pa_handlers.c +++ b/protocols/vnc/src/pa_handlers.c @@ -171,4 +171,4 @@ void guac_pa_sleep(int millis) { nanosleep(&sleep_period, NULL); -} \ No newline at end of file +} diff --git a/src/protocols/vnc/client.h b/src/protocols/vnc/client.h index dc84dc1d..1cdb0dbe 100644 --- a/src/protocols/vnc/client.h +++ b/src/protocols/vnc/client.h @@ -86,3 +86,4 @@ typedef struct vnc_guac_client_data { } vnc_guac_client_data; #endif +