Skip to content

Commit 04f14e4

Browse files
committed
[clang-format] Remove repeated TabWidth in Format.h
1 parent ef217a0 commit 04f14e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/include/clang/Format/Format.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5308,8 +5308,8 @@ struct FormatStyle {
53085308
R.TableGenBreakingDAGArgOperators &&
53095309
TableGenBreakInsideDAGArg == R.TableGenBreakInsideDAGArg &&
53105310
TabWidth == R.TabWidth && TemplateNames == R.TemplateNames &&
5311-
TabWidth == R.TabWidth && TypeNames == R.TypeNames &&
5312-
TypenameMacros == R.TypenameMacros && UseTab == R.UseTab &&
5311+
TypeNames == R.TypeNames && TypenameMacros == R.TypenameMacros &&
5312+
UseTab == R.UseTab &&
53135313
VerilogBreakBetweenInstancePorts ==
53145314
R.VerilogBreakBetweenInstancePorts &&
53155315
WhitespaceSensitiveMacros == R.WhitespaceSensitiveMacros;

0 commit comments

Comments
 (0)