all: drop trailing spaces

This commit is contained in:
Thomas Haller
2018-02-02 11:34:55 +01:00
parent e4839accf5
commit 28da0154fc
18 changed files with 21 additions and 21 deletions

View File

@@ -72,7 +72,7 @@ for d in devices:
print("============================")
print("Interface: %s" % props['Interface'])
try:
try:
devtype = devtypes[props['DeviceType']]
except KeyError:
devtype = "Unknown"