From 2b0a329cf1e98a6fae5f3ba36dd4ea915a3395d9 Mon Sep 17 00:00:00 2001 From: Reto Kromer Date: Wed, 1 Jul 2020 22:06:55 +0200 Subject: [PATCH] fix alignment (in the code) --- plugins/rts54hid/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/rts54hid/README.md b/plugins/rts54hid/README.md index 7f5965210..9a5b6a679 100644 --- a/plugins/rts54hid/README.md +++ b/plugins/rts54hid/README.md @@ -44,6 +44,6 @@ This plugin uses the following plugin-specific quirks: | Quirk | Description | Minimum fwupd version | |------------------------|---------------------------------------------|-----------------------| -| `Rts54TargetAddr` | The target address of a child module. | 1.1.3 | +| `Rts54TargetAddr` | The target address of a child module. | 1.1.3 | | `Rts54I2cSpeed` | The I2C speed to operate at (0, 1, 2). | 1.1.3 | | `Rts54RegisterAddrLen` | The I2C register address length of commands | 1.1.3 |