CustomTarget_html.mk |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 4b66c47d5c27ba8136735b95e4d595d499cb9ec2
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Wed Jun 6 15:23:59 2018 +0200

    Clean up space/tab mixture
    
    At least Emacs warned about those "suspicious lines".
    
    Change-Id: I587e7d65318a7fdb1634e49f2db761c853e67b05
    Reviewed-on: https://gerrit.libreoffice.org/55383
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/CustomTarget_html.mk b/CustomTarget_html.mk
index 0f25d8347..8f62975fe 100644
--- a/CustomTarget_html.mk
+++ b/CustomTarget_html.mk
@@ -169,9 +169,9 @@ $(call 
gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/%/bookmarks.part : \
                RESPONSEFILE=$(call var2file,$(shell 
$(gb_MKTEMP)),100,$(addprefix $(if $(filter 
en-US,$(HELP_LANG)),$(SRCDIR),$(call 
gb_HelpTranslatePartTarget_get_workdir,$(HELP_LANG)))/,$(gb_AllLangHelp_$(APPDIR)_HELPFILES)))
 \
                && ( \
                        <"$$RESPONSEFILE" $(if $(filter WNT,$(OS)),tr -d '\r' | 
env -i PATH="$$PATH") xargs -n 1 printf '%s\n' \
-                       | while read xhp; do \
-                               $(call 
gb_ExternalExecutable_get_command,xsltproc) \
-                                       --stringparam app $(APP) \
+                       | while read xhp; do \
+                               $(call 
gb_ExternalExecutable_get_command,xsltproc) \
+                                       --stringparam app $(APP) \
                                        --stringparam Language $(HELP_LANG) \
                                        --stringparam local $(if 
$(HELP_ONLINE),'no','yes') \
                                        --stringparam productversion 
$(PRODUCTVERSION) \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to