Browse Source

site.mk: fix spacing - damn

Karsten Böddeker 8 years ago
parent
commit
00742c28ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      site.mk

+ 1 - 1
site.mk

@@ -48,7 +48,7 @@ USB_NIC := \
 ifeq ($(GLUON_TARGET),x86-generic)
 	GLUON_SITE_PACKAGES += \
 		$(USB_BASIC) \
-        kmod-usb-ohci-pci \
+		kmod-usb-ohci-pci \
 		$(USB_NIC)
 endif