Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2856c51

Browse files
committed
Standardize indentation of XSL files
Predominant standard is two spaces, so adjust outliers to that.
1 parent8bd4467 commit2856c51

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:whentest="contains(refnamediv/refname[1],' ')">
4343
<xsl:variablename="mangled.title">
44-
<xsl:value-ofselect="translate(refnamediv/refname[1],' ','_')"/>
44+
<xsl:value-ofselect="translate(refnamediv/refname[1],' ','_')"/>
4545
</xsl:variable>
4646
<xsl:apply-templatesselect="refnamediv/refname[1]"/>
4747
<xsl:text> (</xsl:text>
4848
<xsl:call-templatename="bold">
49-
<xsl:with-paramname="node"select="exsl:node-set($mangled.title)"/>
50-
<xsl:with-paramname="context"select="."/>
49+
<xsl:with-paramname="node"select="exsl:node-set($mangled.title)"/>
50+
<xsl:with-paramname="context"select="."/>
5151
</xsl:call-template>
5252
<xsl:apply-templatesselect="refmeta/manvolnum"/>
5353
<xsl:text>)</xsl:text>
@@ -58,16 +58,16 @@
5858
<xsl:otherwise>
5959
<xsl:choose>
6060
<xsl:whentest="refmeta/refentrytitle">
61-
<xsl:call-templatename="bold">
62-
<xsl:with-paramname="node"select="refmeta/refentrytitle"/>
63-
<xsl:with-paramname="context"select="."/>
64-
</xsl:call-template>
61+
<xsl:call-templatename="bold">
62+
<xsl:with-paramname="node"select="refmeta/refentrytitle"/>
63+
<xsl:with-paramname="context"select="."/>
64+
</xsl:call-template>
6565
</xsl:when>
6666
<xsl:otherwise>
67-
<xsl:call-templatename="bold">
68-
<xsl:with-paramname="node"select="refnamediv/refname[1]"/>
69-
<xsl:with-paramname="context"select="."/>
70-
</xsl:call-template>
67+
<xsl:call-templatename="bold">
68+
<xsl:with-paramname="node"select="refnamediv/refname[1]"/>
69+
<xsl:with-paramname="context"select="."/>
70+
</xsl:call-template>
7171
</xsl:otherwise>
7272
</xsl:choose>
7373
<xsl:apply-templatesselect="refmeta/manvolnum"/>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp