Skip to content

Commit

Permalink
New line adjustments in diff.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbukki committed Feb 29, 2024
1 parent 244372b commit f9bddaa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ build/
build_*/
install/
install_*/

1 change: 0 additions & 1 deletion plugins/cpp/parser/src/clangastvisitor.h
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ class ClangASTVisitor : public clang::RecursiveASTVisitor<ClangASTVisitor>
++_functionStack.top()->mccabe;
}


void CountBumpiness(const StatementScope& scope_)
{
if (!_functionStack.empty() && scope_.IsReal())
Expand Down

0 comments on commit f9bddaa

Please sign in to comment.