use spaces instead of hard tabs for indentation and add the supported modules as a sub-list
This commit is contained in:
parent
eca7ff986c
commit
f984bd2ff5
3 changed files with 11 additions and 7 deletions
|
@ -30,7 +30,7 @@ class RendererClientBase : public content::ContentRendererClient {
|
|||
|
||||
// Get the context that the Electron API is running in.
|
||||
v8::Local<v8::Context> GetContext(
|
||||
blink::WebFrame* frame, v8::Isolate* isolate);
|
||||
blink::WebFrame* frame, v8::Isolate* isolate);
|
||||
|
||||
protected:
|
||||
void AddRenderBindings(v8::Isolate* isolate,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue