doc: remove trailing whitespace

My vim/git setup wants to fix those on every commit which gets a bit annoying,
let's just remove them: sed -i 's/ *$//g' $(git ls-files doc)
This commit is contained in:
Peter Hutterer 2021-05-07 09:15:06 +10:00
parent ac05f6bb03
commit f0d3f1f9d2
5 changed files with 51 additions and 51 deletions

View file

@ -59,5 +59,5 @@ The reason why is this set up like this is that the metadata memory, the data an
* +>| data | memory for n_datas data, aligned
* | ... <n_datas> blocks | according to alignments
* +==============================+
Taken from [here](https://gitlab.freedesktop.org/pipewire/pipewire/-/blob/11f95fe11e07192cec19fddb4fafc708e023e49c/spa/include/spa/buffer/alloc.h).