summaryrefslogtreecommitdiff
path: root/jstests/replsets/rollback3.js
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2010-09-05 02:06:29 -0400
committerdwight <dwight@10gen.com>2010-09-05 02:06:29 -0400
commit0c95910af2d71fc3cefd6a245704f67666db86f3 (patch)
tree835b416d953b387d590777e5e8fb38e5b13d0c7c /jstests/replsets/rollback3.js
parent4c570bcada7d0d9c5a91a56ba62cf09f3ad95ff1 (diff)
downloadmongo-0c95910af2d71fc3cefd6a245704f67666db86f3.tar.gz
eliminate CR chars
Diffstat (limited to 'jstests/replsets/rollback3.js')
-rwxr-xr-xjstests/replsets/rollback3.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/jstests/replsets/rollback3.js b/jstests/replsets/rollback3.js
index 5c2f2f1b6b3..e7b3978d25b 100755
--- a/jstests/replsets/rollback3.js
+++ b/jstests/replsets/rollback3.js
@@ -30,10 +30,10 @@ function wait(f) {
if (n % 4 == 0)
print("rollback3.js waiting " + w);
if (++n == 4) {
- print("" + f);
- }
- if (n == 200) {
- print("rollback3.js failing waited too long");
+ print("" + f);
+ }
+ if (n == 200) {
+ print("rollback3.js failing waited too long");
throw "wait error";
}
sleep(1000);