Remove some trailing white spaces
authorSeungha Yang <seungha@centricular.com>
Tue, 8 Feb 2022 14:30:00 +0000 (23:30 +0900)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 16 Feb 2022 17:03:29 +0000 (17:03 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1006>

subprojects/gst-plugins-base/tests/examples/seek/instant-rate-change.c
subprojects/gstreamer/libs/gst/check/libcheck/libcompat/libcompat.h

index 6e4dec7..ca2957b 100644 (file)
@@ -31,7 +31,7 @@
 #include <glib/gprintf.h>
 #include <gst/gst.h>
 
-/* There are several supported scenarios 
+/* There are several supported scenarios
 0) Play rate to 1x -> Apply 'instant-rate-change' to 2x -> Apply 'instant-rate-change' to 0.25x (repeat as fast as possible for 2 sec) -> let play for 2s
 1) Play rate to 1x -> Apply 'instant-rate-change' to 2x -> run for 10s, then pause -> wait 10s -> play
 2) Play rate to 1x -> Apply 'instant-rate-change' to 2x -> run for 10s, then pause -> wait 10s -> Apply 'instant-rate-change' to 1x -> play
index b88121b..876a0fb 100644 (file)
@@ -174,7 +174,7 @@ struct timespec
 #endif /* STRUCT_TIMESPEC_DEFINITION_MISSING */
 
 #ifdef STRUCT_ITIMERSPEC_DEFINITION_MISSING
-/* 
+/*
  * The following structure is defined in POSIX.1b for timer start values and intervals.
  * If it is not defined in time.h, then we need to define it here.
  */
@@ -185,7 +185,7 @@ struct itimerspec
 };
 #endif /* STRUCT_ITIMERSPEC_DEFINITION_MISSING */
 
-/* 
+/*
  * Do a simple forward declaration in case the struct is not defined.
  * In the versions of timer_create in libcompat, sigevent is never
  * used.