Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
This commit is contained in:
@ -353,7 +353,8 @@ public:
|
||||
|
||||
Element *it = front();
|
||||
while (it) {
|
||||
if (it->value == p_val) return it;
|
||||
if (it->value == p_val)
|
||||
return it;
|
||||
it = it->next();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user