1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 21:49:07 +00:00

Remove redundant break statement

This commit is contained in:
Mithil Poojary 2020-10-02 21:54:51 +05:30 committed by Brenden Matthews
parent 3c9c4074b3
commit 366c384bde

View File

@ -51,7 +51,6 @@ int find_match_op(const char *expr) {
case '<': case '<':
case '>': case '>':
return idx; return idx;
break;
} }
} }
return -1; return -1;