summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-11-22 12:42:58 +0200
committerTor Lillqvist <tml@collabora.com>2013-11-22 13:34:44 +0200
commit27c7db9a7365827fecb0cb72f3b27da9f935c4a2 (patch)
tree83e90ebc66284fcd2705b033ae58d58f7a21ecda /ios
parent75675f13347e3d15947e8cfba7d81e34148fa11e (diff)
Some whitespace cleanup, avoids Emacs warning
Change-Id: I5b2c5a249c0446d69ac19d11e0d5e038983f0be8
Diffstat (limited to 'ios')
-rw-r--r--ios/CustomTarget_MobileLibreOffice_app.mk24
1 files changed, 12 insertions, 12 deletions
diff --git a/ios/CustomTarget_MobileLibreOffice_app.mk b/ios/CustomTarget_MobileLibreOffice_app.mk
index 300d67fd269d..87783faab6b2 100644
--- a/ios/CustomTarget_MobileLibreOffice_app.mk
+++ b/ios/CustomTarget_MobileLibreOffice_app.mk
@@ -11,7 +11,7 @@
LO_XCCONFIG := lo.xcconfig
DEST_RESOURCE := MobileLibreOffice/resource_link
BUILDID :=$(shell cd $(SRCDIR) && git log -1 --format=%H)
-
+
#- Macros ---------------------------------------------------------------------
define MobileLibreOfficeXcodeBuild
@@ -56,14 +56,14 @@ MobileLibreOffice_setup:
$(WORKDIR)/UnpackedTarball/icu/source/lib \
$(WORKDIR)/UnpackedTarball/openssl; do \
flags=''; \
- for lib in $$path/lib*.a; do \
- if [ ! -r $$lib ]; then \
- continue; \
- fi; \
- base="$${lib##*/lib}"; \
- base=$${base%\.a}; \
- flags+=" -l$${base}"; \
- done; \
+ for lib in $$path/lib*.a; do \
+ if [ ! -r $$lib ]; then \
+ continue; \
+ fi; \
+ base="$${lib##*/lib}"; \
+ base=$${base%\.a}; \
+ flags+=" -l$${base}"; \
+ done; \
if [ "$$flags" ]; then \
all_flags+=" -L$$path $$flags"; \
fi; \
@@ -91,10 +91,10 @@ MobileLibreOffice_setup:
# soffice.cfg
mkdir -p $(DEST_RESOURCE)/share/config
cp -R $(INSTDIR)/share/config/soffice.cfg $(DEST_RESOURCE)/share/config
-
+
# "registry"
cp -R $(INSTDIR)/share/registry $(DEST_RESOURCE)/share
-
+
# Set up rc, the "inifile". See getIniFileName_Impl().
file=$(DEST_RESOURCE)/rc; \
echo '[Bootstrap]' > $$file; \
@@ -127,7 +127,7 @@ MobileLibreOffice_setup:
echo "buildid=$(BUILDID)" >> $$file; \
echo 'ProductMajor=360' >> $$file; \
echo 'ProductMinor=1' >> $$file;
-
+
#==============================================================================
# Clean
$(call gb_CustomTarget_get_clean_target,ios/MobileLibreOffice):