Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZODB
Commits
03bdc96d
Commit
03bdc96d
authored
Mar 21, 2005
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trailing whitespace.
parent
54ea7005
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
trunk/src/ZODB/FileStorage/FileStorage.py
trunk/src/ZODB/FileStorage/FileStorage.py
+2
-2
No files found.
trunk/src/ZODB/FileStorage/FileStorage.py
View file @
03bdc96d
...
@@ -1406,7 +1406,7 @@ class FileStorage(BaseStorage.BaseStorage,
...
@@ -1406,7 +1406,7 @@ class FileStorage(BaseStorage.BaseStorage,
def
record_iternext
(
self
,
next
=
None
):
def
record_iternext
(
self
,
next
=
None
):
index
=
self
.
_index
index
=
self
.
_index
oid
=
index
.
minKey
(
next
)
oid
=
index
.
minKey
(
next
)
try
:
try
:
next_oid
=
index
.
minKey
(
self
.
new_oid
(
oid
))
next_oid
=
index
.
minKey
(
self
.
new_oid
(
oid
))
except
ValueError
:
# "empty tree" error
except
ValueError
:
# "empty tree" error
...
@@ -1414,7 +1414,7 @@ class FileStorage(BaseStorage.BaseStorage,
...
@@ -1414,7 +1414,7 @@ class FileStorage(BaseStorage.BaseStorage,
data
,
tid
=
self
.
load
(
oid
,
None
)
# ignore versions
data
,
tid
=
self
.
load
(
oid
,
None
)
# ignore versions
return
oid
,
tid
,
data
,
next_oid
return
oid
,
tid
,
data
,
next_oid
def
shift_transactions_forward
(
index
,
vindex
,
tindex
,
file
,
pos
,
opos
):
def
shift_transactions_forward
(
index
,
vindex
,
tindex
,
file
,
pos
,
opos
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment