mirror of
https://github.com/xzeldon/htop.git
synced 2025-02-17 00:13:24 +03:00
![Nathan Scott](/assets/img/avatar_default.png)
Remove leftover empty ifdef/endif pairs, whitespace. The generated htop.h file was also unused - removed.
7 lines
112 B
C
7 lines
112 B
C
#ifndef HEADER_Battery
|
|
#define HEADER_Battery
|
|
|
|
void Battery_getData(double* level, ACPresence* isOnAC);
|
|
|
|
#endif
|