Revision 2d42cf5ea94d7503c9f35a388abc63c5b5f31af9 authored by Aaron Gao on 05 May 2017, 18:58:10 UTC, committed by Facebook Github Bot on 05 May 2017, 19:14:14 UTC
Summary:
Fix alignment in ReadaheadRandomAccessFile
Closes https://github.com/facebook/rocksdb/pull/2253

Differential Revision: D5012336

Pulled By: lightmark

fbshipit-source-id: 10d2c829520cb787227ef653ef63d5d701725778
1 parent 264d3f5
Raw File
.clang-format
# Complete list of style options can be found at: 
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
---
BasedOnStyle: Google
...
back to top