Fixed code formatting

This commit is contained in:
Brandon Rozek 2020-05-03 17:11:48 -04:00 committed by GitHub
parent bd69738e1d
commit 8817c68d87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,9 +27,9 @@ Next we need to setup the `v4l2loopback` kernel module for the fake webcam.
To install, To install,
``bash ```bash
sudo apt-get install v4l2loopback-dkms sudo apt-get install v4l2loopback-dkms
``` ```
If you already had an existing module, remove it so we can customize it, If you already had an existing module, remove it so we can customize it,
```bash ```bash