[Pkg-mozext-commits] [requestpolicy] 195/280: [refact] minor indentation change

David Prévot taffit at moszumanska.debian.org
Sat May 2 20:30:25 UTC 2015


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

taffit pushed a commit to branch master
in repository requestpolicy.

commit ef3fbedfb19dd8d09393cbb8afcdf015188c3944
Author: Martin Kimmerle <dev at 256k.de>
Date:   Sat Jan 31 15:58:55 2015 +0100

    [refact] minor indentation change
---
 src/content/ui/frame.dom-content-loaded.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/content/ui/frame.dom-content-loaded.js b/src/content/ui/frame.dom-content-loaded.js
index 341a845..f829793 100644
--- a/src/content/ui/frame.dom-content-loaded.js
+++ b/src/content/ui/frame.dom-content-loaded.js
@@ -273,16 +273,16 @@ let ManagerForDOMContentLoaded = (function() {
     wrapWindowFunction(aWindow, "open",
         function(url, windowName, windowFeatures) {
           mm.sendSyncMessage(C.MM_PREFIX + "notifyLinkClicked",
-                          {origin: aWindow.document.documentURI,
-                           dest: url});
+                             {origin: aWindow.document.documentURI,
+                              dest: url});
         });
 
     wrapWindowFunction(aWindow, "openDialog",
         function() {
           // openDialog(url, name, features, arg1, arg2, ...)
           mm.sendSyncMessage(C.MM_PREFIX + "notifyLinkClicked",
-                          {origin: aWindow.document.documentURI,
-                           dest: arguments[0]});
+                             {origin: aWindow.document.documentURI,
+                              dest: arguments[0]});
         });
   }
   function unwrapWindowFunctions(aWindow) {

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



More information about the Pkg-mozext-commits mailing list