pgsql: Untabify DSSSL and XSL files and add to check-tabs target

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Untabify DSSSL and XSL files and add to check-tabs target
Date: 2012-04-19 19:39:31
Message-ID: E1SKxCV-00043S-PR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Untabify DSSSL and XSL files and add to check-tabs target

Like with SGML files, using tabs in these files is confusing and
unnecessary.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cd1f4db4aec0c4b71d2ed0d29bbe388dfcd11527

Modified Files
--------------
doc/src/sgml/Makefile | 2 +-
doc/src/sgml/stylesheet-man.xsl | 34 ++--
doc/src/sgml/stylesheet.dsl | 538 +++++++++++++++++++-------------------
3 files changed, 287 insertions(+), 287 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-04-19 19:54:07 pgsql: Revise parameterized-path mechanism to fix assorted issues.
Previous Message Robert Haas 2012-04-18 16:00:48 pgsql: Remove bogus comment from HeapTupleSatisfiesNow.