fix code style

This commit is contained in:
taiyang-li 2021-11-29 16:24:45 +08:00
commit 7e0069aacb

View File

@ -85,7 +85,7 @@ public:
/**
* called in LocalCachedFileReader read(), the reading process would be blocked until
* enough data be downloaded.
* If the file has finished download, the process would be unblock
* If the file has finished download, the process would unblocked
*/
RemoteReadBufferCacheError waitMoreData(size_t start_offset_, size_t end_offset_);