[rs-commit] r31 - /redwax-signtext/trunk/src/macos/experimental/firefox/content.js

rs-commit at redwax.eu rs-commit at redwax.eu
Sun Apr 17 13:36:54 CEST 2022


Author: minfrin at redwax.eu
Date: Sun Apr 17 13:36:53 2022
New Revision: 31

Log:
Remove spaces.

Modified:
    redwax-signtext/trunk/src/macos/experimental/firefox/content.js

Modified: redwax-signtext/trunk/src/macos/experimental/firefox/content.js
==============================================================================
--- redwax-signtext/trunk/src/macos/experimental/firefox/content.js	(original)
+++ redwax-signtext/trunk/src/macos/experimental/firefox/content.js	Sun Apr 17 13:36:53 2022
@@ -45,7 +45,7 @@
 
 		underlyingSource = new window.wrappedJSObject.Object();
 
-                underlyingSource.start = exportFunction(
+		underlyingSource.start = exportFunction(
 			function(controller) {
 
 				function push() {
@@ -220,7 +220,7 @@
 			/* take promise functions outside for later callback */
 
 			var stringResolve;
-                        var stringReject;
+			var stringReject;
 
 			var promise = new window.wrappedJSObject.Promise(
 				exportFunction(



More information about the rs-commit mailing list