From b0bcd15b399976343c2c6edabe9c125919a8f662 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 9 Nov 2018 11:41:54 +0200 Subject: Alignment (whitespace) cleanup Change-Id: Ie46906d5aa84d91efcb88ca795797883e883939f --- ios/CustomTarget_iOS_setup.mk | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'ios') diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk index 07c6c6f2fd42..390236a29c5d 100644 --- a/ios/CustomTarget_iOS_setup.mk +++ b/ios/CustomTarget_iOS_setup.mk @@ -12,16 +12,16 @@ IOSGEN = $(BUILDDIR)/workdir/CustomTarget/ios IOSRES = $(IOSGEN)/resources IOSDIRS = $(IOSGEN) \ - $(IOSGEN)/Debug_x86_64 \ - $(IOSGEN)/Debug_arm64 \ - $(IOSGEN)/Release_x86_64 \ - $(IOSGEN)/Release_arm64 \ - $(IOSRES) \ - $(IOSRES)/services \ - $(IOSRES)/program \ - $(IOSRES)/share \ - $(IOSRES)/config \ - $(IOSRES)/filter + $(IOSGEN)/Debug_x86_64 \ + $(IOSGEN)/Debug_arm64 \ + $(IOSGEN)/Release_x86_64 \ + $(IOSGEN)/Release_arm64 \ + $(IOSRES) \ + $(IOSRES)/services \ + $(IOSRES)/program \ + $(IOSRES)/share \ + $(IOSRES)/config \ + $(IOSRES)/filter #- Top level ----------------------------------------------------------------- -- cgit