Skip to content

Commit b9c1f0d

Browse files
lazysoundsystemtimss
authored andcommitted
remove trailing whitespace (#638)
1 parent 6ac98f1 commit b9c1f0d

File tree

15 files changed

+38
-38
lines changed

15 files changed

+38
-38
lines changed

License.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ Permission is hereby granted, free of charge, to any person obtaining a
88
copy of this software and associated documentation files (the "Software"),
99
to deal in the Software without restriction, including without limitation
1010
the rights to use, copy, modify, merge, publish, distribute, sublicense,
11-
and/or sell copies of the Software, and to permit persons to whom the
11+
and/or sell copies of the Software, and to permit persons to whom the
1212
Software is furnished to do so, subject to the following conditions:
1313

14-
The above copyright notice and this permission notice shall be included in
15-
all copies or substantial portions of the Software.
14+
The above copyright notice and this permission notice shall be included in
15+
all copies or substantial portions of the Software.
1616

17-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
20-
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
22-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
17+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
20+
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
22+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2323
DEALINGS IN THE SOFTWARE.

common/content/help.xsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
<xsl:apply-templates select="@*"/>
329329
<div style="clear: both;"/>
330330
<span liberator:highlight="HelpNote">Note:</span>
331-
<xsl:text> </xsl:text>
331+
<xsl:text> </xsl:text>
332332
<xsl:apply-templates select="node()"/>
333333
</p>
334334
</xsl:template>
@@ -337,7 +337,7 @@
337337
<xsl:apply-templates select="@*"/>
338338
<div style="clear: both;"/>
339339
<span liberator:highlight="HelpWarning">Warning:</span>
340-
<xsl:text> </xsl:text>
340+
<xsl:text> </xsl:text>
341341
<xsl:apply-templates select="node()"/>
342342
</p>
343343
</xsl:template>

common/content/history.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ const History = Module("history", {
187187

188188
commands.add(["hist[ory]", "hs"],
189189
"Show recently visited URLs",
190-
function (args) {
190+
function (args) {
191191
if (args["-remove"]) {
192192
let items = completion.runCompleter("history", args.join(" "), args["-max"] || 1000);
193193
if (items.length == 0)
@@ -203,7 +203,7 @@ const History = Module("history", {
203203
else
204204
liberator.echo("Removed " + urls.length + " history items matching " + args.join(" "));
205205
}
206-
} else
206+
} else
207207
history.list(args.join(" "), args.bang, args["-max"] || 1000);
208208
}, {
209209
bang: true,

common/content/liberator-overlay.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
let prefix = [BASE];
3232

3333
Components.utils.import("resource://liberator/template-tag.js", modules);
34-
34+
3535
// TODO: This list is much too long, we should try to minimize
3636
// the number of required components for easier porting to new applications
3737
["base.js",

common/locale/ja/hints.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
たいていの場合、移動先をひとつ選ぶには文字をいくつか打ち込んで候補を絞り込んでから、
3030
数字をひとつ指定するというふたつのテクニックを組み合わせるのが便利です。
3131
<k name="Leader"/> ( 初期設定は <ex>:let mapleader = "\"</ex> ) を押すことでエスケープモードへ切り替わり、
32-
数字をテキストとして認識させることができます。
32+
数字をテキストとして認識させることができます。
3333
<k name="Esc"/> でこのモードをいつでも中止することができます。
3434
</p>
3535
</description>

common/locale/ja/options.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@
602602
現在の単語がマッチしない場合、次の単語の最初からマッチがなされます。
603603
単語はリンクに現れる順番でマッチされます。
604604
入力された文字列が空白を含む場合、文字列は空白で区切られます。
605-
これらの文字列は最初の単語からマッチしていき、リンクに現れる順に単語がマッチしていきます。
605+
これらの文字列は最初の単語からマッチしていき、リンクに現れる順に単語がマッチしていきます。
606606
</dd>
607607
<dt>firstletters</dt>
608608
<dd>

muttator/content/mail.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ const Mail = Module("mail", {
375375
reverse ? (i >= 0) : (i < gDBView.rowCount);
376376
reverse ? i-- : i++) {
377377
let key = gDBView.getKeyAt(i);
378-
let folder = gDBView.getFolderForViewIndex(i);
378+
let folder = gDBView.getFolderForViewIndex(i);
379379
let msg = folder.msgDatabase.GetMsgHdrForKey(key);
380380

381381
// a closed thread
@@ -482,7 +482,7 @@ const Mail = Module("mail", {
482482
let tabmail = document.getElementById("tabmail");
483483

484484
if (!(targets instanceof Array))
485-
targets = [targets];
485+
targets = [targets];
486486

487487
if (!params)
488488
params = {};

muttator/locale/en-US/intro.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ hitting the back button in the toolbar.
3535
its command line interface more consistent and easier to use, while still
3636
being a powerful extension for advanced users.
3737
</p>
38-
38+
3939
<p>
4040
But &liberator.appname; is more than just a simple command interface to &liberator.host; — it is a
4141
complete development environment as well. If you are a web developer, you can
@@ -52,7 +52,7 @@ hitting the back button in the toolbar.
5252
Stubenschrott</link> but has found many other
5353
<link topic="http://vimperator-labs.googlecode.com/hg/muttator/AUTHORS/">invaluable contributors</link>
5454
who helped out fixing bugs and adding new features.
55-
55+
5656
If you appreciate the work on &liberator.appname; and want to
5757
encourage us working on it more, you can send us greetings, patches, or
5858
donations:
@@ -76,7 +76,7 @@ hitting the back button in the toolbar.
7676
documentation available yet. However, the <link
7777
topic="tutorial">Tutorial</link> should provide some basic information
7878
to help you get up and running for now.
79-
</p>
79+
</p>
8080

8181
<p> Please also note that navigation in this help screen is quite limited yet -
8282
<em>using the links within the help system will not always work</em> as

muttator/locale/en-US/tutorial.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838

3939
<p>
4040
&liberator.appname;'s power, like Vim's, comes from it's modal interface. Keys have
41-
different meanings depending on which mode &liberator.host; is in. &liberator.appname; has four basic modes:
41+
different meanings depending on which mode &liberator.host; is in. &liberator.appname; has four basic modes:
4242
Normal mode and Message mode when viewing messages and Insert mode as well as Compose mode when writing a new message.
4343
</p>
4444

45-
<p>You can always use <ex>:usage</ex> for a quick reference
45+
<p>You can always use <ex>:usage</ex> for a quick reference
4646
about available mappings, commands and options. When in Message mode
4747
(activated by <k>m</k>), most mappings from Vimperator are also available.</p>
4848

@@ -57,7 +57,7 @@ about available mappings, commands and options. When in Message mode
5757
There you can use <k>h</k>, <k>j</k>, <k>k</k>, <k>l</k> etc. to navigate the message body.
5858
You can also press <k>f</k> to start hinting mode (which works similar to Vimperator).
5959
Pressing <k>Esc</k> brings you back to Normal mode.
60-
</p>
60+
</p>
6161

6262
<p>
6363
When opening up the compose window (i.e. for writing a new message, triggered by <k>c</k> or <ex>:compose</ex>),
@@ -189,7 +189,7 @@ about available mappings, commands and options. When in Message mode
189189

190190
<p>
191191
The most common hint mode is called <t>quick-hints</t>.
192-
To activate QuickHint mode, press <k>f</k>.
192+
To activate QuickHint mode, press <k>f</k>.
193193
</p>
194194

195195
<h2 tag="quitting-without-menus">Find the exit nearest you</h2>

vimperator/NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
* Expose Command constructor
6262

6363
2016-01-26:
64-
* QuickMarks: new mapping [m]gw{a-z}[m] to open Quickmark in a new window as the single open tab
64+
* QuickMarks: new mapping [m]gw{a-z}[m] to open Quickmark in a new window as the single open tab
6565
* :delmacro matches the syntax and behaviour of :delqmark, e.g. allowing ranges as argument
6666
* Stop propagation for keyboard event if that key are contained in -except option on :ignorekeys
6767
* Improvements in handling Esc for unfocusing text fields

0 commit comments

Comments
 (0)