💄 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

@ -11,9 +11,9 @@ namespace atom {
namespace api {
v8::Handle<v8::Value> ShowMessageBox(const v8::Arguments &args);
v8::Handle<v8::Value> ShowOpenDialog(const v8::Arguments &args);
v8::Handle<v8::Value> ShowSaveDialog(const v8::Arguments &args);
v8::Handle<v8::Value> ShowMessageBox(const v8::Arguments& args);
v8::Handle<v8::Value> ShowOpenDialog(const v8::Arguments& args);
v8::Handle<v8::Value> ShowSaveDialog(const v8::Arguments& args);
} // namespace api