mirror of
https://github.com/electron/electron.git
synced 2026-01-24 14:57:58 -05:00
code styling
This commit is contained in:
@@ -707,7 +707,7 @@ bool NativeWindowMac::IsResizable() {
|
||||
}
|
||||
|
||||
void NativeWindowMac::SetAspectRatio(double aspect_ratio,
|
||||
const gfx::Size& extra_size) {
|
||||
const gfx::Size& extra_size) {
|
||||
NativeWindow::SetAspectRatio(aspect_ratio, extra_size);
|
||||
|
||||
// We can't just pass the aspect ratio to Cocoa, since our API receives
|
||||
|
||||
Reference in New Issue
Block a user