💄 There should be no space between & and type name.
This commit is contained in:
parent
f9c41f33e5
commit
d82cfc023f
20 changed files with 221 additions and 221 deletions
|
@ -18,7 +18,7 @@ namespace atom {
|
|||
namespace api {
|
||||
|
||||
// static
|
||||
v8::Handle<v8::Value> BrowserIPC::Send(const v8::Arguments &args) {
|
||||
v8::Handle<v8::Value> BrowserIPC::Send(const v8::Arguments& args) {
|
||||
v8::HandleScope scope;
|
||||
|
||||
string16 channel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue