diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-11-09 11:41:54 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-11-09 12:52:02 +0200 |
commit | b0bcd15b399976343c2c6edabe9c125919a8f662 (patch) | |
tree | c5cfb2808ef8d5d9f9a660016f93907b9dc1056d /ios | |
parent | 6833c9e594abd74d994283f86b641b8f80ee1478 (diff) |
Alignment (whitespace) cleanup
Change-Id: Ie46906d5aa84d91efcb88ca795797883e883939f
Diffstat (limited to 'ios')
-rw-r--r-- | ios/CustomTarget_iOS_setup.mk | 20 |
1 files changed, 10 insertions, 10 deletions
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 ----------------------------------------------------------------- |