mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-29 18:18:39 +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 '<':
|
||||||
case '>':
|
case '>':
|
||||||
return idx;
|
return idx;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user