commit f21d081a20649340b7b1a30c0fddb82e220b22ab
parent e31a35d4ea410835cf5613f288cbe6fa3a73309c
Author: Lando <lando@lando.test>
Date: Tue, 30 Sep 2025 18:39:36 +0000
Bug 1987945: apply code formatting via Lando
# ignore-this-changeset
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/accessible/base/nsCoreUtils.h b/accessible/base/nsCoreUtils.h
@@ -367,7 +367,8 @@ class nsCoreUtils {
* Return the CSS positioned frame for the given anchor frame, or null if:
* 1. there is none,
* 2. the anchor has more than one positioned frame,
- * 3. or, there is one or more positioned frame using this anchor for sizing/margin only.
+ * 3. or, there is one or more positioned frame using this anchor for
+ * sizing/margin only.
*/
static nsIFrame* GetPositionedFrameForAnchor(const PresShell* aPresShell,
const nsIFrame* aAnchorFrame);