1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-16 18:15:17 +00:00

src/common.cc: Fix accidental whitespace change

This commit is contained in:
Gene Carlson 2022-12-24 15:22:17 +09:00 committed by Brenden Matthews
parent 14bae13f81
commit 4e45224c9e

View File

@ -644,7 +644,7 @@ void print_battery_time(struct text_object *obj, char *p,
}
void battery_power_draw(struct text_object *obj, char *p,
unsigned int p_max_size) {
unsigned int p_max_size) {
get_battery_power_draw(p, p_max_size, obj->data.s);
}