| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6d56ba0 commit dc4936b
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -237,7 +237,7 @@ ByteSource& ByteSource::operator=(ByteSource&& other) noexcept { | |||
| 237 | 237 | ||
| 238 | 238 | std::unique_ptr<BackingStore> ByteSource::ReleaseToBackingStore() { | |
| 239 | 239 | // It's ok for allocated_data_ to be nullptr but | |
| 240 | - // only if size_ is not zero. | ||
| 240 | + // only if size_ is zero. | ||
| 241 | 241 | CHECK_IMPLIES(size_ > 0, allocated_data_ != nullptr); | |
| 242 | 242 | std::unique_ptr<BackingStore> ptr = ArrayBuffer::NewBackingStore( | |
| 243 | 243 | allocated_data_, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments