commit | 2b9921e0f2ff88433dcb6c15469e774a1328a776 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Jan 26 09:12:57 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Jan 27 13:18:35 2017 +0000 |
tree | 37def1f41f6ed6c24aa0ae0c33ce296fc03d1ee0 | |
parent | 7ba2fbf96b7488ac16d95073e0bc96e677edea1d [diff] |
hwmon: whitespace fixes Change-Id: I6e8555f440e324e25e567ebc6d2344cfc2f3849d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/common/recipes-phosphor/sensors/phosphor-hwmon.bb b/meta-phosphor/common/recipes-phosphor/sensors/phosphor-hwmon.bb index 984aabf..90a1a9b 100644 --- a/meta-phosphor/common/recipes-phosphor/sensors/phosphor-hwmon.bb +++ b/meta-phosphor/common/recipes-phosphor/sensors/phosphor-hwmon.bb
@@ -25,6 +25,6 @@ do_install_append() { - install -d ${D}/${base_libdir}/udev/rules.d/ - install ${WORKDIR}/70-hwmon.rules ${D}/${base_libdir}/udev/rules.d/ + install -d ${D}/${base_libdir}/udev/rules.d/ + install ${WORKDIR}/70-hwmon.rules ${D}/${base_libdir}/udev/rules.d/ }