mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 12:44:34 +03:00
Drop redundant return statements
This commit is contained in:

committed by
cgzones

parent
6db2d52261
commit
7ae967a04b
@ -56,8 +56,6 @@ static void BatteryMeter_updateValues(Meter * this, char *buffer, int len) {
|
||||
} else {
|
||||
xSnprintf(buffer, len, unknownText, percent);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
MeterClass BatteryMeter_class = {
|
||||
|
Reference in New Issue
Block a user