mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 13:10:26 -04:00
clang-tidy: fix doubled cases
Found with bugprone-branch-clone Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
c2eb6b59b5
commit
8b9a260d18
@ -240,7 +240,6 @@ int ASF::Attribute::dataSize() const
|
||||
case WordType:
|
||||
return 2;
|
||||
case BoolType:
|
||||
return 4;
|
||||
case DWordType:
|
||||
return 4;
|
||||
case QWordType:
|
||||
|
Loading…
Reference in New Issue
Block a user