From 5d4734084d2809b5ffae241d62a485e7499ab53b Mon Sep 17 00:00:00 2001 From: Jerzy Grzegorek Date: Tue, 9 Dec 2014 16:14:31 +0100 Subject: [PATCH] package: indentation cleanup Signed-off-by: Jerzy Grzegorek Signed-off-by: Thomas Petazzoni --- fs/common.mk | 2 +- package/omniorb/omniorb.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/common.mk b/fs/common.mk index d40f5ae0f..13bf4ad77 100644 --- a/fs/common.mk +++ b/fs/common.mk @@ -106,7 +106,7 @@ endif endef define ROOTFS_TARGET -$(call ROOTFS_TARGET_INTERNAL,$(1),$(call UPPERCASE,$(1))) + $(call ROOTFS_TARGET_INTERNAL,$(1),$(call UPPERCASE,$(1))) endef include $(sort $(wildcard fs/*/*.mk)) diff --git a/package/omniorb/omniorb.mk b/package/omniorb/omniorb.mk index 25d3b735f..82d68073f 100644 --- a/package/omniorb/omniorb.mk +++ b/package/omniorb/omniorb.mk @@ -37,7 +37,7 @@ HOST_OMNIORB_CONF_OPTS += --disable-longdouble # required. The tools however are host related and should never # be required on target. define OMNIORB_ENABLE_EXTRA_APPS -$(SED) 's:SUBDIRS += lib:SUBDIRS += lib appl services:g' $(@D)/src/dir.mk + $(SED) 's:SUBDIRS += lib:SUBDIRS += lib appl services:g' $(@D)/src/dir.mk endef ifeq ($(BR2_PACKAGE_OMNIORB_WITH_APPS),y)