hub-ctrl: trim trailing spaces
authorStijn Tintel <stijn@linux-ipv6.be>
Wed, 2 Nov 2022 13:22:12 +0000 (15:22 +0200)
committerStijn Tintel <stijn@linux-ipv6.be>
Wed, 2 Nov 2022 13:22:12 +0000 (15:22 +0200)
Found with modified Kconfiglib.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
utils/hub-ctrl/Makefile

index 31ea2544beb817f42d7920d0e1ddccf45eeee2d9..dd5528cb9bb1b75ba9ded4868724128977fb38cd 100644 (file)
@@ -28,14 +28,14 @@ include $(INCLUDE_DIR)/package.mk
 define Package/hub-ctrl
   SECTION:=utils
   CATEGORY:=Utilities
-  TITLE:=Control USB power on a port by port basis 
+  TITLE:=Control USB power on a port by port basis
   URL:=https://github.com/codazoda/hub-ctrl.c
   DEPENDS:=+libusb-compat
 endef
 
 define Package/hub-ctrl/description
   Control USB power on a port by port basis on some USB hubs.
-  This only works on USB hubs that have the hardware necessary 
+  This only works on USB hubs that have the hardware necessary
   to allow software controlled power switching.
   Most hubs DO NOT include the hardware.
 endef