summaryrefslogtreecommitdiffstats
path: root/pcp
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2022-10-22 19:19:39 +0200
committerBenBE <BenBE@geshi.org>2022-10-24 23:13:22 +0200
commit40104588f38250afde9f71b6204d789039bbfe3e (patch)
tree745e532580371db2ca85b4ae57b10f1ad3396531 /pcp
parent4ad530d1c00f649dcd02b818a3ccc7ded0aaf12d (diff)
Reformat code base
This includes: - Wrap function implementations - Pointer alignment for function signatures - Pointer alignment for variable declarations - Whitespace after keywords - Whitespace after comma - Whitespace around initializers - Whitespace around operators - Code indentation - Line break for single line statements - Misleading alignment
Diffstat (limited to 'pcp')
-rw-r--r--pcp/Platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcp/Platform.c b/pcp/Platform.c
index bec5cad9..2987c8e9 100644
--- a/pcp/Platform.c
+++ b/pcp/Platform.c
@@ -256,7 +256,7 @@ static const char* Platform_metricNames[] = {
* libpcp version avoids by using a protocol extension. In time,
* perhaps in a few years, we could remove this back-compat code.
*/
-int pmLookupDescs(int numpmid, pmID *pmids, pmDesc *descs) {
+int pmLookupDescs(int numpmid, pmID* pmids, pmDesc* descs) {
int count = 0;
for (int i = 0; i < numpmid; i++) {

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