jack: Remove trailing whitespace
authorSeungha Yang <seungha@centricular.com>
Mon, 26 Jul 2021 10:55:25 +0000 (19:55 +0900)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 28 Jul 2021 10:53:48 +0000 (10:53 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/1034>

ext/jack/gstjackaudioclient.c
ext/jack/gstjackaudioclient.h
ext/jack/gstjackaudiosrc.c
ext/jack/gstjackringbuffer.h

index 98fce32..3d0dbc1 100644 (file)
@@ -409,11 +409,11 @@ gst_jack_audio_unref_connection (GstJackAudioConnection * conn)
     /* don't use conn->lock here. two reasons:
      *
      *  1) its not necessary: jack_deactivate() will not return until the JACK thread
-     *      associated with this connection is cleaned up by a thread join, hence 
+     *      associated with this connection is cleaned up by a thread join, hence
      *      no more callbacks can occur or be in progress.
      *
      * 2) it would deadlock anyway, because jack_deactivate() will sleep
-     *      waiting for the JACK thread, and can thus cause deadlock in 
+     *      waiting for the JACK thread, and can thus cause deadlock in
      *      jack_process_cb()
      */
     GST_INFO ("deactivate jack_client %p", conn->client);
@@ -581,7 +581,7 @@ gst_jack_audio_client_get_client (GstJackAudioClient * client)
 {
   g_return_val_if_fail (client != NULL, NULL);
 
-  /* no lock needed, the connection and the client does not change 
+  /* no lock needed, the connection and the client does not change
    * once the client is created. */
   return client->conn->client;
 }
index 5dcd70c..bf4d93e 100644 (file)
@@ -28,7 +28,7 @@
 
 G_BEGIN_DECLS
 
-typedef enum 
+typedef enum
 {
   GST_JACK_CLIENT_SOURCE,
   GST_JACK_CLIENT_SINK
index b0bc721..fa8ad9f 100644 (file)
@@ -1,6 +1,6 @@
 /* GStreamer
  * Copyright (C) 2008 Tristan Matthews <tristan@sat.qc.ca>
- * 
+ *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
  * to deal in the Software without restriction, including without limitation
index 94de4b8..7622941 100644 (file)
@@ -85,4 +85,4 @@ static gboolean gst_jack_ring_buffer_pause(GstAudioRingBuffer * buf);
 static gboolean gst_jack_ring_buffer_stop(GstAudioRingBuffer * buf);
 static guint gst_jack_ring_buffer_delay(GstAudioRingBuffer * buf);
 
-#endif 
+#endif