💄 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
|
@ -49,7 +49,7 @@ void Initialize(v8::Handle<v8::Object> target) {
|
|||
|
||||
} // namespace
|
||||
|
||||
v8::Handle<v8::Value> ShowMessageBox(const v8::Arguments &args) {
|
||||
v8::Handle<v8::Value> ShowMessageBox(const v8::Arguments& args) {
|
||||
v8::HandleScope scope;
|
||||
|
||||
int type;
|
||||
|
@ -83,7 +83,7 @@ v8::Handle<v8::Value> ShowMessageBox(const v8::Arguments &args) {
|
|||
}
|
||||
}
|
||||
|
||||
v8::Handle<v8::Value> ShowOpenDialog(const v8::Arguments &args) {
|
||||
v8::Handle<v8::Value> ShowOpenDialog(const v8::Arguments& args) {
|
||||
v8::HandleScope scope;
|
||||
|
||||
std::string title;
|
||||
|
@ -121,7 +121,7 @@ v8::Handle<v8::Value> ShowOpenDialog(const v8::Arguments &args) {
|
|||
}
|
||||
}
|
||||
|
||||
v8::Handle<v8::Value> ShowSaveDialog(const v8::Arguments &args) {
|
||||
v8::Handle<v8::Value> ShowSaveDialog(const v8::Arguments& args) {
|
||||
v8::HandleScope scope;
|
||||
|
||||
std::string title;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue