From 2d969f8ad44f24dece005c9958645ad9750a0d25 Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Tue, 8 Feb 2022 23:30:00 +0900 Subject: [PATCH] Remove some trailing white spaces Part-of: --- .../tests/examples/seek/instant-rate-change.c | 2 +- .../gstreamer/libs/gst/check/libcheck/libcompat/libcompat.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/subprojects/gst-plugins-base/tests/examples/seek/instant-rate-change.c b/subprojects/gst-plugins-base/tests/examples/seek/instant-rate-change.c index 6e4dec740c..ca2957bb09 100644 --- a/subprojects/gst-plugins-base/tests/examples/seek/instant-rate-change.c +++ b/subprojects/gst-plugins-base/tests/examples/seek/instant-rate-change.c @@ -31,7 +31,7 @@ #include #include -/* 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 diff --git a/subprojects/gstreamer/libs/gst/check/libcheck/libcompat/libcompat.h b/subprojects/gstreamer/libs/gst/check/libcheck/libcompat/libcompat.h index b88121bcf2..876a0fb4f3 100644 --- a/subprojects/gstreamer/libs/gst/check/libcheck/libcompat/libcompat.h +++ b/subprojects/gstreamer/libs/gst/check/libcheck/libcompat/libcompat.h @@ -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.