clang-format atom files

This commit is contained in:
Shelley Vohr 2018-04-17 21:44:10 -04:00
parent 717f55b012
commit 53bdf22c85
No known key found for this signature in database
GPG key ID: F13993A75599653C
128 changed files with 771 additions and 753 deletions

View file

@ -21,13 +21,13 @@ namespace storage {
class BlobDataHandle;
class BlobReader;
class FileSystemContext;
}
} // namespace storage
namespace v8 {
template <class T>
class Local;
class Value;
}
} // namespace v8
namespace atom {
@ -41,9 +41,8 @@ class AtomBlobReader {
storage::FileSystemContext* file_system_context);
~AtomBlobReader();
void StartReading(
const std::string& uuid,
const AtomBlobReader::CompletionCallback& callback);
void StartReading(const std::string& uuid,
const AtomBlobReader::CompletionCallback& callback);
private:
// A self-destroyed helper class to read the blob data.