Skip to content

Commit f0f84ad

Browse files
Landoemilio
authored andcommitted
Bug 1986533: apply code formatting via Lando
# ignore-this-changeset
1 parent 827d6b0 commit f0f84ad

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

layout/style/PostTraversalTask.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
#ifndef mozilla_PostTraversalTask_h
88
#define mozilla_PostTraversalTask_h
99

10-
#include "nscore.h"
1110
#include "nsString.h"
11+
#include "nscore.h"
1212

1313
/* a task to be performed immediately after a Servo traversal */
1414

layout/style/nsStyleUtil.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@ bool nsStyleUtil::ValueIncludes(const nsAString& aValueList,
141141
}
142142

143143
void nsStyleUtil::AppendEscapedCSSString(const nsACString& aString,
144-
nsACString& aReturn,
145-
char aQuoteChar) {
144+
nsACString& aReturn, char aQuoteChar) {
146145
MOZ_ASSERT(aQuoteChar == '\'' || aQuoteChar == '"',
147146
"CSS strings must be quoted with ' or \"");
148147

0 commit comments

Comments
 (0)