💄 There should be no space between & and type name.

This commit is contained in:
Cheng Zhao 2013-12-10 14:27:25 +08:00
parent f9c41f33e5
commit d82cfc023f
20 changed files with 221 additions and 221 deletions

View file

@ -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;