mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-15 13:34:35 +03:00
Spacing around operators
This commit is contained in:
@ -21,7 +21,7 @@ static const int HostnameMeter_attributes[] = {
|
||||
|
||||
static void HostnameMeter_updateValues(Meter* this, char* buffer, int size) {
|
||||
(void) this;
|
||||
gethostname(buffer, size-1);
|
||||
gethostname(buffer, size - 1);
|
||||
}
|
||||
|
||||
const MeterClass HostnameMeter_class = {
|
||||
|
Reference in New Issue
Block a user