mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 10:35:10 +00:00
Remove redundant break statement
This commit is contained in:
parent
3c9c4074b3
commit
366c384bde
@ -51,7 +51,6 @@ int find_match_op(const char *expr) {
|
||||
case '<':
|
||||
case '>':
|
||||
return idx;
|
||||
break;
|
||||
}
|
||||
}
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user