Formatting C++ code using ClangFormat.
This commit is contained in:
parent
9cc8bfae1c
commit
4347ce4a53
6 changed files with 93 additions and 150 deletions
|
@ -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_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue