commit deb680da9df79acfc4ed4d9d4bc1f9c64495940c parent 8717aee74a6ca27c66506dfc69c195534bb176cc Author: Lando <lando@lando.test> Date: Tue, 7 Oct 2025 07:30:19 +0000 Bug 1991240: apply code formatting via Lando # ignore-this-changeset Diffstat:
| M | widget/cocoa/nsCocoaWindow.h | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/widget/cocoa/nsCocoaWindow.h b/widget/cocoa/nsCocoaWindow.h @@ -112,7 +112,8 @@ class TextInputHandler; @property(nonatomic) mozilla::WindowShadow shadowStyle; - (void)updateTitlebarTransparency; -- (void)setTitlebarSeparatorStyle:(NSTitlebarSeparatorStyle)aStyle API_AVAILABLE(macos(11.0)); +- (void)setTitlebarSeparatorStyle:(NSTitlebarSeparatorStyle)aStyle + API_AVAILABLE(macos(11.0)); - (void)releaseJSObjects;