From: Marc Fournier Date: Tue, 14 Nov 2017 21:21:33 +0000 (+0100) Subject: mcelog: filter through contrib/format.sh X-Git-Tag: collectd-5.8.0~12^2 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=7b26a3ea1026b81cf8a12fc72649d07e7b5f453a mcelog: filter through contrib/format.sh --- diff --git a/src/mcelog.c b/src/mcelog.c index 26494887..6fd4623d 100644 --- a/src/mcelog.c +++ b/src/mcelog.c @@ -52,9 +52,9 @@ #define MCELOG_UNCORRECTED_ERR_TYPE_INS "uncorrected_memory_errors" typedef struct mcelog_config_s { - char logfile[PATH_MAX]; /* mcelog logfile */ - pthread_t tid; /* poll thread id */ - llist_t *dimms_list; /* DIMMs list */ + char logfile[PATH_MAX]; /* mcelog logfile */ + pthread_t tid; /* poll thread id */ + llist_t *dimms_list; /* DIMMs list */ pthread_mutex_t dimms_lock; /* lock for dimms cache */ _Bool persist; } mcelog_config_t;