Skip to content

Commit afbfc91

Browse files
committed
astyle formatting
[ci skip]
1 parent db99eac commit afbfc91

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

lib/platform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ namespace cppcheck {
133133
}
134134

135135
long long unsignedCharMax() const {
136-
return max_value(char_bit + 1);
136+
return max_value(char_bit + 1);
137137
}
138138

139139
long long signedCharMax() const {

lib/symboldatabase.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3647,9 +3647,8 @@ const Enumerator * SymbolDatabase::findEnumerator(const Token * tok) const
36473647

36483648
const std::string tokStr = tok->str();
36493649

3650-
if (tokensThatAreNotEnumeratorValues.find(tokStr) != tokensThatAreNotEnumeratorValues.end())
3651-
{
3652-
return nullptr;
3650+
if (tokensThatAreNotEnumeratorValues.find(tokStr) != tokensThatAreNotEnumeratorValues.end()) {
3651+
return nullptr;
36533652
}
36543653

36553654
// check for qualified name

0 commit comments

Comments
 (0)