summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/ldp.dsl
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-13 02:58:57 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-13 02:58:57 +0000
commit6e9cbdc10448203e7c8b2de41447442fcc9f7bae (patch)
tree0ed465592509105fdbeab27fc12ddbb2e3590aa5 /DOCS/xml/ldp.dsl
parenteafe5b7517bbf408ae1ffc936a3abe2313c3b334 (diff)
downloadmpv-6e9cbdc10448203e7c8b2de41447442fcc9f7bae.tar.bz2
mpv-6e9cbdc10448203e7c8b2de41447442fcc9f7bae.tar.xz
whitespace cosmetics: Remove all trailing whitespace.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29305 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/ldp.dsl')
-rw-r--r--DOCS/xml/ldp.dsl14
1 files changed, 7 insertions, 7 deletions
diff --git a/DOCS/xml/ldp.dsl b/DOCS/xml/ldp.dsl
index d3f5927c4c..ef52e849de 100644
--- a/DOCS/xml/ldp.dsl
+++ b/DOCS/xml/ldp.dsl
@@ -38,7 +38,7 @@
;; ------------------------------------------------------------------------
<style-specification id="print" use="docbook">
-<style-specification-body>
+<style-specification-body>
;; customize the print stylesheet
@@ -125,12 +125,12 @@
<!--
-;; customize the html stylesheet; parts borrowed from
+;; customize the html stylesheet; parts borrowed from
;; Cygnus at http://sourceware.cygnus.com/ (cygnus-both.dsl)
-->
<style-specification id="html" use="docbook">
-<style-specification-body>
+<style-specification-body>
(declare-characteristic preserve-sdata?
;; this is necessary because right now jadetex does not understand
@@ -165,7 +165,7 @@
;; Should a Table of Contents be produced for books?
#t)
-(define %generate-article-toc%
+(define %generate-article-toc%
;; Should a Table of Contents be produced for articles?
#t)
@@ -205,7 +205,7 @@
;; graphic extensions allowed
'("gif" "png" "jpg" "jpeg" "tif" "tiff" "eps" "epsf" ))
-(define %graphic-default-extension%
+(define %graphic-default-extension%
"gif")
(define %section-autolabel%
@@ -324,7 +324,7 @@
attributes: (shade-verbatim-attr-element verbatim-element)
(make element gi: "TR"
(make element gi: "TD"
- (make element gi: "FONT"
+ (make element gi: "FONT"
attributes: (list
(list "COLOR" (car (shade-verbatim-element-colors
verbatim-element))))
@@ -347,7 +347,7 @@
(define (shade-verbatim-attr-element element)
(list
- (list "BORDER"
+ (list "BORDER"
(cond
((equal? element (normalize "SCREEN")) "1")
(else "0")))