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

@ -11,7 +11,7 @@ environment.
Let get started with the simplest application.
```c
#include <pipewire/pipewire.h>
#include <pipewire/pipewire.h>
int main(int argc, char *argv[])
{