VirtualBox

Changeset 91006 in vbox


Ignore:
Timestamp:
Aug 30, 2021 5:37:12 PM (3 years ago)
Author:
vboxsync
Message:

manual/VBoxManage: Don't emit trailing whitespaces to the generated C file.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/docbook-refentry-to-C-help.xsl

    r85665 r91006  
    199199    <xsl:if test="position() = 1">
    200200      <xsl:text>
    201     {   </xsl:text><xsl:call-template name="calc-scope-cmdsynopsis"/><xsl:text> | RTMSGREFENTRYSTR_FLAGS_SYNOPSIS, "" }, </xsl:text>
     201    {   </xsl:text><xsl:call-template name="calc-scope-cmdsynopsis"/><xsl:text> | RTMSGREFENTRYSTR_FLAGS_SYNOPSIS, "" },</xsl:text>
    202202    </xsl:if>
    203203    <xsl:text>
  • trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk

    r90828 r91006  
    165165        $(QUIET)$(APPEND) -n "$@" \
    166166        '' \
    167                 'PCRTMSGREFENTRY     g_apHelpEntries[] = ' \
     167                'PCRTMSGREFENTRY     g_apHelpEntries[] =' \
    168168                '{'
    169169        $(foreach refentry,$(filter %.xml,$^) \
    170170                ,$(NLTAB)$(QUIET)$(APPEND) -n "$@" \
    171                 '    &g_$(subst -,_,$(tolower $(patsubst man_%,%,$(notdir $(basename $(refentry)))))), ')
     171                '    &g_$(subst -,_,$(tolower $(patsubst man_%,%,$(notdir $(basename $(refentry)))))),')
    172172        $(QUIET)$(APPEND) -n "$@" \
    173173                '};' \
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette