aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2012-04-24 21:40:07 +0300
committerPeter Eisentraut <peter_e@gmx.net>2012-04-24 21:40:07 +0300
commit2856c51c86857f2df674a37609515d26311062e9 (patch)
tree38be7ea427a58de2d740fb7dfd5181932c114355 /doc/src
parent8bd44677df7f5139afa6d6a2d8f5a92e2db54cba (diff)
downloadpostgresql-2856c51c86857f2df674a37609515d26311062e9.tar.gz
postgresql-2856c51c86857f2df674a37609515d26311062e9.zip
Standardize indentation of XSL files
Predominant standard is two spaces, so adjust outliers to that.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/stylesheet-man.xsl22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/src/sgml/stylesheet-man.xsl b/doc/src/sgml/stylesheet-man.xsl
index be73b07ba2b..195c892c0b1 100644
--- a/doc/src/sgml/stylesheet-man.xsl
+++ b/doc/src/sgml/stylesheet-man.xsl
@@ -41,13 +41,13 @@
the man page to read about it. -->
<xsl:when test="contains(refnamediv/refname[1],' ')">
<xsl:variable name="mangled.title">
- <xsl:value-of select="translate(refnamediv/refname[1],' ','_')"/>
+ <xsl:value-of select="translate(refnamediv/refname[1],' ','_')"/>
</xsl:variable>
<xsl:apply-templates select="refnamediv/refname[1]"/>
<xsl:text> (</xsl:text>
<xsl:call-template name="bold">
- <xsl:with-param name="node" select="exsl:node-set($mangled.title)"/>
- <xsl:with-param name="context" select="."/>
+ <xsl:with-param name="node" select="exsl:node-set($mangled.title)"/>
+ <xsl:with-param name="context" select="."/>
</xsl:call-template>
<xsl:apply-templates select="refmeta/manvolnum"/>
<xsl:text>)</xsl:text>
@@ -58,16 +58,16 @@
<xsl:otherwise>
<xsl:choose>
<xsl:when test="refmeta/refentrytitle">
- <xsl:call-template name="bold">
- <xsl:with-param name="node" select="refmeta/refentrytitle"/>
- <xsl:with-param name="context" select="."/>
- </xsl:call-template>
+ <xsl:call-template name="bold">
+ <xsl:with-param name="node" select="refmeta/refentrytitle"/>
+ <xsl:with-param name="context" select="."/>
+ </xsl:call-template>
</xsl:when>
<xsl:otherwise>
- <xsl:call-template name="bold">
- <xsl:with-param name="node" select="refnamediv/refname[1]"/>
- <xsl:with-param name="context" select="."/>
- </xsl:call-template>
+ <xsl:call-template name="bold">
+ <xsl:with-param name="node" select="refnamediv/refname[1]"/>
+ <xsl:with-param name="context" select="."/>
+ </xsl:call-template>
</xsl:otherwise>
</xsl:choose>
<xsl:apply-templates select="refmeta/manvolnum"/>