summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-04-10 10:50:54 +0200
committerwm4 <wm4@nowhere>2020-04-10 10:50:54 +0200
commit217c47ecb2d061c7c5df338d7ef57347748601a4 (patch)
tree45db8348e269701b3beaa10e4fa183722a7d43af /stream
parent6a13954d67143fb3c4ac8a4a7624c23e3ecb9a3c (diff)
downloadmpv-217c47ecb2d061c7c5df338d7ef57347748601a4.tar.bz2
mpv-217c47ecb2d061c7c5df338d7ef57347748601a4.tar.xz
stream: fix whitespace within comment
arrrrrrrghh
Diffstat (limited to 'stream')
-rw-r--r--stream/stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream.h b/stream/stream.h
index c85aeffd73..2c78a35959 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -168,7 +168,7 @@ typedef struct stream {
// When reading more data from the stream, buf_start is advanced as old
// data is overwritten with new data.
// Example:
- // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
+ // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
// +===========================+---------------------------+
// + 05 06 07 08 | 01 02 03 04 + 05 06 07 08 | 01 02 03 04 +
// +===========================+---------------------------+