Commit 3aab86b5 authored by snowman1985's avatar snowman1985

clean redundant blank lines and indent some lines

parent 866f7475
......@@ -363,21 +363,11 @@ PreviousBucket(Bucket **current, Bucket *first)
PER_USE_OR_RETURN(first, -1);
first = first->next;
((trailing)->state==cPersistent_STICKY_STATE
&&
((trailing)->state=cPersistent_UPTODATE_STATE));
((trailing)->state==cPersistent_STICKY_STATE
&&
((trailing)->state=cPersistent_UPTODATE_STATE));
PER_ACCESSED(trailing);
PER_ACCESSED(trailing);
if (first == *current) {
*current = trailing;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment