README: remove trailing whitespace

This commit is contained in:
Marc Kleine-Budde 2024-01-24 16:22:03 +01:00 committed by fenugrec
parent e1d078cb5a
commit 98ddbe33da

View File

@ -96,14 +96,14 @@ Flashing candleLight on linux: (source: [https://cantact.io/cantact/users-guide.
## Associating persistent device names
## Associating persistent device names
With udev on linux, it is possible to assign a device name to a certain serial number (see udev manpages and [systemd.link](https://www.freedesktop.org/software/systemd/man/systemd.link.html)).
This can be useful when multiple devices are connected at the same time.
An example configuration :
```
$ cat /etc/systemd/network/60-persistent-candev.link
$ cat /etc/systemd/network/60-persistent-candev.link
[Match]
Property=ID_MODEL=cannette_gs_usb ID_SERIAL_SHORT="003800254250431420363230"
@ -121,7 +121,7 @@ Name=cannette99
$ ip a
....
59: cannette99: <NOARP,ECHO> mtu 16 qdisc noop state DOWN group default qlen 10
link/can
link/can
$
```
@ -129,7 +129,7 @@ Name=cannette99
## Hacking
### Submitting pull requests
- Each commit must not contain unrelated changes (e.g. functional and whitespace changes)
- Project must be compilable (with default options) and functional, at each commit.
- Project must be compilable (with default options) and functional, at each commit.
- Squash any "WIP" or other temporary commits.
- Make sure your editor is not messing up whitespace or line-ends.
- We include both a `.editorconfig` and `uncrustify.cfg` which should help with whitespace.