summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-01-21 17:20:32 -0500
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-01-21 17:20:32 -0500
commite80fadbc3f1056d883da68d40fc1537c8109253e (patch)
treebf5350e3b1b58f9a29e179b81974168cb9ae3027
parent43a75d595e948684876634c31c268e148b8c60d9 (diff)
downloadtelepathy-logger-e80fadbc3f1056d883da68d40fc1537c8109253e.tar.gz
Remove white space at end of lines
-rw-r--r--data/log-manager.xsl6
-rw-r--r--doc/templates/interface.html12
-rw-r--r--tests/dbus/dbus-1/session.conf.in4
-rw-r--r--tests/tpl-channel-test.h2
-rw-r--r--tests/twisted/tools/tmp-session-bus.conf.in6
5 files changed, 15 insertions, 15 deletions
diff --git a/data/log-manager.xsl b/data/log-manager.xsl
index bf020dc..b81fb18 100644
--- a/data/log-manager.xsl
+++ b/data/log-manager.xsl
@@ -18,7 +18,7 @@ To generate a HTML file, try something like:
<xsl:text>
body {
background: #fff;
- font-family: Verdana, "Bitstream Vera Sans", Sans-Serif;
+ font-family: Verdana, "Bitstream Vera Sans", Sans-Serif;
font-size: 10pt;
}
.stamp {
@@ -83,7 +83,7 @@ To generate a HTML file, try something like:
<xsl:with-param name="stamp" select="@time"/>
</xsl:call-template>
</div>
- </xsl:template>
+ </xsl:template>
<xsl:template match="a">
<xsl:text disable-output-escaping="yes">&lt;a href="</xsl:text>
@@ -146,7 +146,7 @@ To generate a HTML file, try something like:
<span class="{$nick-class}">
&lt;<xsl:value-of select="@name"/>&gt;
</span>
-
+
<xsl:apply-templates/>
<br/>
diff --git a/doc/templates/interface.html b/doc/templates/interface.html
index 79c35b2..c159bf5 100644
--- a/doc/templates/interface.html
+++ b/doc/templates/interface.html
@@ -45,7 +45,7 @@
#end for
</table>
#end if
-
+
#if $interface.signals
<h3>Signals</h3>
<table class="summary">
@@ -216,7 +216,7 @@
</ul>
</div>
#end if
-
+
#if $method.out_args
<div class="indent">
<h3>Returns</h3>
@@ -234,9 +234,9 @@
</ul>
</div>
#end if
-
+
$method.get_docstring()
-
+
#if $method.possible_errors
<hr/>
<div class="indent">
@@ -256,7 +256,7 @@
#end for
</div>
#end if
-
+
#if $interface.signals
<div class="outset signals signal">
<a name="signals"></a>
@@ -417,7 +417,7 @@
#end for
</div>
#end if
-
+
</div>
</body>
diff --git a/tests/dbus/dbus-1/session.conf.in b/tests/dbus/dbus-1/session.conf.in
index 52fe180..b934b1d 100644
--- a/tests/dbus/dbus-1/session.conf.in
+++ b/tests/dbus/dbus-1/session.conf.in
@@ -1,7 +1,7 @@
<!-- Copied from telepathy-gabble (which doubtless copied it from somewhere
else) and modified.
This configuration file controls the per-user-login-session message bus.
- Add a session-local.conf and edit that rather than changing this
+ Add a session-local.conf and edit that rather than changing this
file directly. -->
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN"
@@ -23,7 +23,7 @@
<allow own="*"/>
</policy>
- <!-- This is included last so local configuration can override what's
+ <!-- This is included last so local configuration can override what's
in this standard file -->
diff --git a/tests/tpl-channel-test.h b/tests/tpl-channel-test.h
index 4cc0339..4a0c23e 100644
--- a/tests/tpl-channel-test.h
+++ b/tests/tpl-channel-test.h
@@ -22,7 +22,7 @@
#ifndef __TPL_CHANNEL_TEST_H__
#define __TPL_CHANNEL_TEST_H__
-/*
+/*
* http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-channel-text.html#tp-cli-channel-type-text-connect-to-received
*/
diff --git a/tests/twisted/tools/tmp-session-bus.conf.in b/tests/twisted/tools/tmp-session-bus.conf.in
index e8d5dac..e863edd 100644
--- a/tests/twisted/tools/tmp-session-bus.conf.in
+++ b/tests/twisted/tools/tmp-session-bus.conf.in
@@ -1,5 +1,5 @@
<!-- This configuration file controls the per-user-login-session message bus.
- Add a session-local.conf and edit that rather than changing this
+ Add a session-local.conf and edit that rather than changing this
file directly. -->
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN"
@@ -21,7 +21,7 @@
<allow own="*"/>
</policy>
- <!-- This is included last so local configuration can override what's
+ <!-- This is included last so local configuration can override what's
in this standard file -->
-
+
</busconfig>