From 5dbaccabca12f36f994592026f8542711b8526fd Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 6 Oct 2009 14:08:48 +0200 Subject: [PATCH] audioclock: whitespace fixes --- gst-libs/gst/audio/gstaudioclock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/audio/gstaudioclock.c b/gst-libs/gst/audio/gstaudioclock.c index b7d131a6cf..16e763510d 100644 --- a/gst-libs/gst/audio/gstaudioclock.c +++ b/gst-libs/gst/audio/gstaudioclock.c @@ -186,7 +186,7 @@ gst_audio_clock_get_internal_time (GstClock * clock) * @clock: a #GstAudioClock * * Report the time as returned by the #GstAudioClockGetTimeFunc without applying - * any offsets. + * any offsets. * * Returns: the time as reported by the time function of the audio clock *