summaryrefslogtreecommitdiff
path: root/test/suite/helper.py
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2012-07-25 20:59:22 +0000
committerKeith Bostic <keith@wiredtiger.com>2012-07-25 20:59:22 +0000
commit9985779021e11464dec24f1322b4cd6dbcca1c95 (patch)
treed40cb74b7bb1653f165e934d2fda7e8f4efafe7a /test/suite/helper.py
parent98bca3fd620d9c2c43a621aadb8b6d1f9379ec88 (diff)
downloadmongo-9985779021e11464dec24f1322b4cd6dbcca1c95.tar.gz
Remove most uses of <tabs>, move toward consistent 4-space indentation style.
Diffstat (limited to 'test/suite/helper.py')
-rw-r--r--test/suite/helper.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/suite/helper.py b/test/suite/helper.py
index 5a5aa3065c2..1286bf8bd86 100644
--- a/test/suite/helper.py
+++ b/test/suite/helper.py
@@ -117,7 +117,7 @@ def complexPopulate(self, uri, config, rows):
self.session.create(cgname + ':cgroup4', 'columns=(column2,column3)')
self.session.create(cgname + ':cgroup5', 'columns=(column3,column4)')
self.session.create(
- cgname + ':cgroup6', 'columns=(column2,column4,column5)')
+ cgname + ':cgroup6', 'columns=(column2,column4,column5)')
indxname = 'index:' + uri.split(":")[1]
self.session.create(indxname + ':indx1', 'columns=(column2)')
self.session.create(indxname + ':indx2', 'columns=(column3)')
@@ -125,7 +125,7 @@ def complexPopulate(self, uri, config, rows):
self.session.create(indxname + ':indx4', 'columns=(column2,column4)')
self.session.create(indxname + ':indx5', 'columns=(column3,column5)')
self.session.create(
- indxname + ':indx6', 'columns=(column3,column5,column4)')
+ indxname + ':indx6', 'columns=(column3,column5,column4)')
cursor = self.session.open_cursor(uri, None, None)
for i in range(1, rows):
cursor.set_key(keyPopulate(cursor.key_format, i))