You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2012/01/03 20:33:21 UTC

[9/11] git commit: remove trailing whitespace

remove trailing whitespace


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/ee19fd94
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/ee19fd94
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/ee19fd94

Branch: refs/heads/master
Commit: ee19fd941abba24f641f5463049763f29841f96e
Parents: adb62ce
Author: Jan Lehnardt <ja...@apache.org>
Authored: Thu Nov 17 12:26:31 2011 +0100
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Tue Jan 3 19:21:23 2012 +0100

----------------------------------------------------------------------
 share/www/script/couch_test_runner.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/ee19fd94/share/www/script/couch_test_runner.js
----------------------------------------------------------------------
diff --git a/share/www/script/couch_test_runner.js b/share/www/script/couch_test_runner.js
index 6316e20..61823c0 100644
--- a/share/www/script/couch_test_runner.js
+++ b/share/www/script/couch_test_runner.js
@@ -141,7 +141,7 @@ function setupAdminParty(fun) {
           success : function() {
             removeAdmins(confs, doneFun);
           }
-        }, "admins", remove[0], null);        
+        }, "admins", remove[0], null);
       } else {
         doneFun();
       }
@@ -238,13 +238,13 @@ function saveTestReport(report) {
       report.db = db_info;
       $.couch.info({success : function(node_info) {
         report.node = node_info;
-        db.saveDoc(report);        
+        db.saveDoc(report);
       }});
     };
     var createDb = function() {
       db.create({success: function() {
-        db.info({success:saveReport});        
-      }});    
+        db.info({success:saveReport});
+      }});
     };
     db.info({error: createDb, success:saveReport});
   }