summaryrefslogtreecommitdiff
path: root/dist/log_data.py
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2016-09-16 16:16:17 +1000
committerAlex Gorrod <alexander.gorrod@mongodb.com>2016-09-16 16:16:17 +1000
commit03bbd9d3c9330a5b6e3cbd7d2db1ac7fea5e96bf (patch)
treef0d12b535fee95b721d8d046c3e4dfbfec0a91e2 /dist/log_data.py
parentd318b8a5370f7182beeab4124cee04fdce271608 (diff)
downloadmongo-03bbd9d3c9330a5b6e3cbd7d2db1ac7fea5e96bf.tar.gz
WT-2916 Fix and simplify s_whitespace. (#3047)
Diffstat (limited to 'dist/log_data.py')
-rw-r--r--dist/log_data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/log_data.py b/dist/log_data.py
index f46e9e80dda..8fd1a5787fe 100644
--- a/dist/log_data.py
+++ b/dist/log_data.py
@@ -1,7 +1,7 @@
# Data for log.py, describes the format of log records
# There are a small number of main log record types.
-#
+#
# Some log record types, such as transaction commit, also include a list of
# "log operations" within the same log record. Both log record types and log
# operations are described here.