From 9a39583264e46e6d2f869f202847cd8ab6c43f81 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Mon, 12 Mar 2012 10:13:42 -0400
Subject: [PATCH] Remove tabs in SGML files

---
 doc/src/sgml/ref/initdb.sgml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml
index 5570562a5cd..0090f49d9f5 100644
--- a/doc/src/sgml/ref/initdb.sgml
+++ b/doc/src/sgml/ref/initdb.sgml
@@ -212,7 +212,7 @@ PostgreSQL documentation
       <term><option>--no-locale</option></term>
       <listitem>
        <para>
-		Equivalent to <option>--locale=C</option>.
+        Equivalent to <option>--locale=C</option>.
        </para>
       </listitem>
      </varlistentry>
@@ -231,8 +231,8 @@ PostgreSQL documentation
       <term><option>--text-search-config=<replaceable>CFG</></option></term>
       <listitem>
        <para>
-		Sets the default text search configuration.
-		See <xref linkend="guc-default-text-search-config"> for further information.
+        Sets the default text search configuration.
+        See <xref linkend="guc-default-text-search-config"> for further information.
        </para>
       </listitem>
      </varlistentry>
-- 
GitLab