Follow style guide

This commit is contained in:
Samuel Attard 2017-10-10 17:20:55 +11:00
parent 9308c96f95
commit 2c7787900f
No known key found for this signature in database
GPG key ID: E89DDE5742D58C4E
2 changed files with 7 additions and 7 deletions

View file

@ -616,7 +616,7 @@ void Initialize(v8::Local<v8::Object> exports, v8::Local<v8::Value> unused,
dict.SetMethod("createFromBuffer", &atom::api::NativeImage::CreateFromBuffer);
dict.SetMethod("createFromDataURL",
&atom::api::NativeImage::CreateFromDataURL);
dict.SetMethod("createFromNamedImage"
dict.SetMethod("createFromNamedImage",
&atom::api::NativeImage::CreateFromNamedImage);
}