summaryrefslogtreecommitdiffstats
path: root/HostnameMeter.c
diff options
context:
space:
mode:
Diffstat (limited to 'HostnameMeter.c')
-rw-r--r--HostnameMeter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/HostnameMeter.c b/HostnameMeter.c
index 6cf9e07e..000bc3fd 100644
--- a/HostnameMeter.c
+++ b/HostnameMeter.c
@@ -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 = {