clang-format objc files (#12673)
This commit is contained in:
parent
94236bf4eb
commit
12a57ff1c2
54 changed files with 1298 additions and 1033 deletions
|
@ -8,11 +8,9 @@ namespace atom {
|
|||
|
||||
AtomNativeWidgetMac::AtomNativeWidgetMac(
|
||||
views::internal::NativeWidgetDelegate* delegate)
|
||||
: views::NativeWidgetMac(delegate) {
|
||||
}
|
||||
: views::NativeWidgetMac(delegate) {}
|
||||
|
||||
AtomNativeWidgetMac::~AtomNativeWidgetMac() {
|
||||
}
|
||||
AtomNativeWidgetMac::~AtomNativeWidgetMac() {}
|
||||
|
||||
NativeWidgetMacNSWindow* AtomNativeWidgetMac::CreateNSWindow(
|
||||
const views::Widget::InitParams& params) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue