Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2856c51

Browse files
committed
Standardize indentation of XSL files
Predominant standard is two spaces, so adjust outliers to that.
1 parent 8bd4467 commit 2856c51

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

doc/src/sgml/stylesheet-man.xsl

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141
the man page to read about it. -->
4242
<xsl:when test="contains(refnamediv/refname[1],' ')">
4343
<xsl:variable name="mangled.title">
44-
<xsl:value-of select="translate(refnamediv/refname[1],' ','_')"/>
44+
<xsl:value-of select="translate(refnamediv/refname[1],' ','_')"/>
4545
</xsl:variable>
4646
<xsl:apply-templates select="refnamediv/refname[1]"/>
4747
<xsl:text> (</xsl:text>
4848
<xsl:call-template name="bold">
49-
<xsl:with-param name="node" select="exsl:node-set($mangled.title)"/>
50-
<xsl:with-param name="context" select="."/>
49+
<xsl:with-param name="node" select="exsl:node-set($mangled.title)"/>
50+
<xsl:with-param name="context" select="."/>
5151
</xsl:call-template>
5252
<xsl:apply-templates select="refmeta/manvolnum"/>
5353
<xsl:text>)</xsl:text>
@@ -58,16 +58,16 @@
5858
<xsl:otherwise>
5959
<xsl:choose>
6060
<xsl:when test="refmeta/refentrytitle">
61-
<xsl:call-template name="bold">
62-
<xsl:with-param name="node" select="refmeta/refentrytitle"/>
63-
<xsl:with-param name="context" select="."/>
64-
</xsl:call-template>
61+
<xsl:call-template name="bold">
62+
<xsl:with-param name="node" select="refmeta/refentrytitle"/>
63+
<xsl:with-param name="context" select="."/>
64+
</xsl:call-template>
6565
</xsl:when>
6666
<xsl:otherwise>
67-
<xsl:call-template name="bold">
68-
<xsl:with-param name="node" select="refnamediv/refname[1]"/>
69-
<xsl:with-param name="context" select="."/>
70-
</xsl:call-template>
67+
<xsl:call-template name="bold">
68+
<xsl:with-param name="node" select="refnamediv/refname[1]"/>
69+
<xsl:with-param name="context" select="."/>
70+
</xsl:call-template>
7171
</xsl:otherwise>
7272
</xsl:choose>
7373
<xsl:apply-templates select="refmeta/manvolnum"/>

0 commit comments

Comments
 (0)