[Pkg-mozext-commits] [nosquint] 09/13: Remove trailing whitespace

David Prévot taffit at moszumanska.debian.org
Tue Apr 28 01:41:24 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag 2.1.7
in repository nosquint.

commit f8c91c4cba64078f37c9fabf0a49aadecea23b33
Author: Jason Tackaberry <tack at urandom.ca>
Date:   Sun Mar 31 19:56:36 2013 -0400

    Remove trailing whitespace
---
 src/content/interfaces.js | 2 ++
 src/install.rdf           | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/content/interfaces.js b/src/content/interfaces.js
index 95f334c..4465815 100644
--- a/src/content/interfaces.js
+++ b/src/content/interfaces.js
@@ -117,6 +117,8 @@ NoSquint.interfaces = NoSquint.ns(function() { with (NoSquint) {
                          * 100ms.  This seems to work ok empirically, but a race
                          * is theoretically possible. *grmbl*
                          */
+                         // XXX 2013-13-31: with Firefox 20 this doesn't seem to be
+                         // needed anymore.
                         var b = this.browser;
                         setTimeout(function() NSQ.browser.zoom(b), 100);
                     } else
diff --git a/src/install.rdf b/src/install.rdf
index 340896e..da4997f 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -1,9 +1,9 @@
 <?xml version="1.0"?>
-<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
+<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
 
     <Description about="urn:mozilla:install-manifest">
-    
+
         <em:id>nosquint at urandom.ca</em:id>
         <em:name>NoSquint</em:name>
         <em:version>2.1.7</em:version>
@@ -12,7 +12,7 @@
         <!-- optional items -->
         <em:homepageURL>http://urandom.ca/nosquint/</em:homepageURL>
         <em:optionsURL>chrome://nosquint/content/dlg-global.xul</em:optionsURL>
-        <em:type>2</em:type> <!-- type=extension --> 
+        <em:type>2</em:type> <!-- type=extension -->
 
         <!-- Firefox -->
         <em:targetApplication>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/nosquint.git



More information about the Pkg-mozext-commits mailing list