summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorcostan <costan@google.com>2018-09-05 15:23:28 -0700
committerVictor Costan <pwnall@chromium.org>2018-09-08 02:17:01 -0700
commitbb88f25115d20a6d73dfb6b16cc298db2f66948b (patch)
tree7ab7bf9699cec16ef14c3678c81b28caebbc66da /CMakeLists.txt
parent7b945f200339aa47c24788d3ee9910c09c513843 (diff)
downloadleveldb-bb88f25115d20a6d73dfb6b16cc298db2f66948b.tar.gz
Clean up PosixWritableFile in env_posix.cc.
This is separated from the general cleanup because of the logic changes in SyncDirIfManifest(). General cleanup principles: * Use override when applicable. * Remove static when redundant (methods and globals in anonymous namespaces). * Use const on class members where possible. * Standardize on "status" for Status local variables. * Renames where clarity can be improved. * Qualify standard library names with std:: when possible, to distinguish from POSIX names. * Qualify POSIX names with the global namespace (::) when possible, to distinguish from standard library names. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211709673
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions