Skip to content

Commit e8c0262

Browse files
committed
clang-format
1 parent 90f2273 commit e8c0262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/AST/CharUnits.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ namespace clang {
165165
CharUnits operator% (QuantityType N) const {
166166
return CharUnits(Quantity % N);
167167
}
168-
CharUnits operator% (const CharUnits &Other) const {
168+
CharUnits operator%(const CharUnits &Other) const {
169169
return CharUnits(Quantity % Other.Quantity);
170170
}
171171
CharUnits operator+ (const CharUnits &Other) const {

0 commit comments

Comments
 (0)