Skip to content

Commit fe9d396

Browse files
linkmauveSamWhited
authored andcommitted
Remove trailing whitespaces in every non-XEP file.
1 parent 3c5f20a commit fe9d396

11 files changed

+120
-121
lines changed

announce.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def getText(nodelist):
5454
# get the seconds in the Unix era
5555
now = int(time.time())
5656

57-
# READ IN ARGS:
57+
# READ IN ARGS:
5858
#
5959
# 1. XEP number
6060

@@ -167,7 +167,7 @@ def getText(nodelist):
167167
thesubject = 'UPDATED: XEP-'
168168
thesubject = thesubject + xepnum + ' (' + title + ')'
169169

170-
versionline = 'Version ' + version + ' of XEP-' + xepnum + ' (' + title + ') has been released.'
170+
versionline = 'Version ' + version + ' of XEP-' + xepnum + ' (' + title + ') has been released.'
171171
abstractline = 'Abstract: ' + abstract
172172
changelogline = 'Changelog: ' + remark + ' (' + initials + ')'
173173
diffsline = 'Diff: ' + diffs

archive.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
# archive an old version of a XEP (before publishing new version)
3-
# usage: ./archive.sh xepnum version
3+
# usage: ./archive.sh xepnum version
44

55
## LICENSE ##
66
#

dbupdate.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Last Modified: 2006-12-07
77
# Author: Peter Saint-Andre ([email protected])
88
# License: public domain
9-
# HowTo: ./dbupdate.py dbuser dbpw xepnum
9+
# HowTo: ./dbupdate.py dbuser dbpw xepnum
1010

1111
## LICENSE ##
1212
#
@@ -54,7 +54,7 @@ def getText(nodelist):
5454
# get the seconds in the Unix era
5555
now = int(time.time())
5656

57-
# READ IN ARGS:
57+
# READ IN ARGS:
5858
#
5959
# 1. XEP number
6060
# 2. database user
@@ -139,7 +139,7 @@ def getText(nodelist):
139139
cursor.execute(theStatement)
140140
else:
141141
theStatement = "UPDATE jeps SET name='" + title + "', type='" + xeptype + "', status='" + xepstatus + "', notes='" + theNotes + "', version='" + str(version) + "', last_modified='" + str(now) + "', abstract='" + abstract + "', changelog='" + theLog + "' WHERE number='" + str(xepnum) + "';"
142-
cursor.execute(theStatement)
142+
cursor.execute(theStatement)
143143
result = cursor.fetchall()
144144

145145
# END

deferred.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def getText(nodelist):
5454
# get the seconds in the Unix era
5555
now = int(time.time())
5656

57-
# READ IN ARGS:
57+
# READ IN ARGS:
5858
#
5959
# 1. XEP number
6060

0 commit comments

Comments
 (0)