summaryrefslogtreecommitdiffstats
path: root/pcp
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-07-14 19:20:16 +0200
committerBenBE <BenBE@geshi.org>2021-07-15 06:57:24 +0200
commit68edf924349e10ed6a144d4d6f1d0ddcdfeb6d43 (patch)
treea61c4f7b0e9a7d88d00e93c5c8b311cb3f388f1d /pcp
parent0d85af28727255ae4203cf01d1d657dc0c8d4258 (diff)
Indentation of string arguments
Diffstat (limited to 'pcp')
-rw-r--r--pcp/PCPDynamicMeter.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pcp/PCPDynamicMeter.c b/pcp/PCPDynamicMeter.c
index be558ab9..ffde2b4f 100644
--- a/pcp/PCPDynamicMeter.c
+++ b/pcp/PCPDynamicMeter.c
@@ -114,8 +114,8 @@ static bool PCPDynamicMeter_validateMeterName(char* key, const char* path, unsig
*end = '\0';
} else {
fprintf(stderr,
- "%s: no closing brace on meter name at %s line %u\n\"%s\"\n",
- pmGetProgname(), path, line, key);
+ "%s: no closing brace on meter name at %s line %u\n\"%s\"\n",
+ pmGetProgname(), path, line, key);
return false;
}
@@ -131,8 +131,8 @@ static bool PCPDynamicMeter_validateMeterName(char* key, const char* path, unsig
}
if (*p != '\0') { /* badness */
fprintf(stderr,
- "%s: invalid meter name at %s line %u\n\"%s\"\n",
- pmGetProgname(), path, line, key);
+ "%s: invalid meter name at %s line %u\n\"%s\"\n",
+ pmGetProgname(), path, line, key);
return false;
}
return true;

© 2014-2024 Faster IT GmbH | imprint | privacy policy