Formatting C++ code using ClangFormat.

This commit is contained in:
ali.ibrahim 2016-10-14 11:50:47 +02:00
parent 9cc8bfae1c
commit 4347ce4a53
6 changed files with 93 additions and 150 deletions

View file

@ -19,6 +19,7 @@ class Net : public mate::EventEmitter<Net> {
v8::Local<v8::FunctionTemplate> prototype);
v8::Local<v8::Value> URLRequest(v8::Isolate* isolate);
protected:
explicit Net(v8::Isolate* isolate);
~Net() override;
@ -32,5 +33,4 @@ class Net : public mate::EventEmitter<Net> {
} // namespace atom
#endif // ATOM_BROWSER_API_ATOM_API_NET_H_