]> git.saurik.com Git - redis.git/commitdiff
Use comments to split aof.c into sections.
authorantirez <antirez@gmail.com>
Mon, 21 May 2012 14:50:05 +0000 (16:50 +0200)
committerantirez <antirez@gmail.com>
Wed, 23 May 2012 09:52:40 +0000 (11:52 +0200)
This makes the code more readable, it is still not the case to split the
file itself into three different files, but the logical separation
improves the readability especially since new commits are going to
introduce an additional section.


No differences found