Skip to content

Commit 4b46eba

Browse files
committed
remove spaces
1 parent e2dc12c commit 4b46eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/Attr.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1905,7 +1905,7 @@ public:
19051905
static constexpr int UNKNOWN = -2;
19061906
static constexpr int GLOBAL = -3;
19071907

1908-
void setArgs( ArrayRef<IdentifierInfo*> Idents, ArrayRef<SourceLocation> Locs) {
1908+
void setArgs(ArrayRef<IdentifierInfo*> Idents, ArrayRef<SourceLocation> Locs) {
19091909
assert(Idents.size() == params_Size);
19101910
assert(Locs.size() == params_Size);
19111911
ArgIdents = Idents;

0 commit comments

Comments
 (0)