Skip to content

Commit

Permalink
Remove duplicate clang-tidy line
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Magistro <koncept1@gmail.com>
  • Loading branch information
bmagistro authored and martinus committed Oct 5, 2024
1 parent 69ce5f4 commit 9fe0df6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ CheckOptions:
readability-identifier-naming.GlobalVariablePrefix: 'global_'
readability-identifier-naming.MemberPrefix: 'm_'
readability-identifier-naming.PrivateMemberPrefix: 'm_'
readability-identifier-naming.PrivateMemberPrefix: 'm_'
readability-identifier-naming.ProtectedMemberPrefix: 'm_'
readability-identifier-naming.PublicMemberPrefix: ''
readability-identifier-naming.StaticConstantPrefix: 'static_'
Expand Down

0 comments on commit 9fe0df6

Please sign in to comment.