summaryrefslogtreecommitdiff
path: root/xml/string.h
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2012-03-28 17:54:20 +0300
committerVille Skyttä <ville.skytta@iki.fi>2012-03-28 17:54:20 +0300
commite74a3437211bed8e483ce289b87c99f479849a35 (patch)
tree001af70ff6ffad80f37411f507d6b8b97217b92a /xml/string.h
parenteb464b67a9ea3ba12056d8f8353d28833dfe68e3 (diff)
downloadvdr-plugin-text2skin-e74a3437211bed8e483ce289b87c99f479849a35.tar.gz
vdr-plugin-text2skin-e74a3437211bed8e483ce289b87c99f479849a35.tar.bz2
Trim trailing whitespace.
Diffstat (limited to 'xml/string.h')
-rw-r--r--xml/string.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xml/string.h b/xml/string.h
index 2bc1388..9b0d66d 100644
--- a/xml/string.h
+++ b/xml/string.h
@@ -225,7 +225,7 @@ struct txToken {
int Tab;
txToken(void): Index(-1), Tab(-1) {}
- txToken(exToken t, uint o, const std::string &a):
+ txToken(exToken t, uint o, const std::string &a):
Type(t), Offset(o), Attrib(a), Index(-1), Tab(-1) {}
friend bool operator< (const txToken &A, const txToken &B);
@@ -233,7 +233,7 @@ struct txToken {
static std::string Token(const txToken &Token);
};
-inline bool operator< (const txToken &A, const txToken &B)
+inline bool operator< (const txToken &A, const txToken &B)
{
return A.Type == B.Type
? A.Attrib == B.Attrib