Skip to content

Commit 67141c7

Browse files
committed
[NFC] Remove trailing whitespaces from clang/include/clang/Basic/Attr.td
1 parent fad2a4c commit 67141c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/include/clang/Basic/Attr.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,7 +1470,7 @@ def Constructor : InheritableAttr {
14701470
let TemplateDependent = 1;
14711471
let Documentation = [CtorDtorDocs];
14721472
let AdditionalMembers = [{
1473-
static constexpr unsigned DefaultPriority = 65535;
1473+
static constexpr unsigned DefaultPriority = 65535;
14741474
}];
14751475
}
14761476

@@ -1815,7 +1815,7 @@ def Destructor : InheritableAttr {
18151815
let TemplateDependent = 1;
18161816
let Documentation = [CtorDtorDocs];
18171817
let AdditionalMembers = [{
1818-
static constexpr unsigned int DefaultPriority = 65535;
1818+
static constexpr unsigned int DefaultPriority = 65535;
18191819
}];
18201820
}
18211821

0 commit comments

Comments
 (0)