]> granicus.if.org Git - sysstat/commitdiff
rd_stats.h: Cosmetic changes
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 13 Dec 2020 15:07:38 +0000 (16:07 +0100)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 13 Dec 2020 15:07:38 +0000 (16:07 +0100)
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
rd_stats.h

index f48c7f3c7cf5342c563561f5ddec263c3852cee6..9797fb19871c50d776fc277d8b766a0d8903f6b7 100644 (file)
@@ -713,7 +713,7 @@ struct stats_psi_cpu {
        unsigned long long some_cpu_total;
        unsigned long      some_acpu_10         __attribute__ ((aligned (8)));
        unsigned long      some_acpu_60         __attribute__ ((aligned (8)));
-       unsigned long      some_acpu_300                __attribute__ ((aligned (8)));
+       unsigned long      some_acpu_300        __attribute__ ((aligned (8)));
 };
 
 #define STATS_PSI_CPU_SIZE     (sizeof(struct stats_psi_cpu))
@@ -744,10 +744,10 @@ struct stats_psi_mem {
        unsigned long long full_mem_total;
        unsigned long      some_amem_10         __attribute__ ((aligned (8)));
        unsigned long      some_amem_60         __attribute__ ((aligned (8)));
-       unsigned long      some_amem_300                __attribute__ ((aligned (8)));
+       unsigned long      some_amem_300        __attribute__ ((aligned (8)));
        unsigned long      full_amem_10         __attribute__ ((aligned (8)));
        unsigned long      full_amem_60         __attribute__ ((aligned (8)));
-       unsigned long      full_amem_300                __attribute__ ((aligned (8)));
+       unsigned long      full_amem_300        __attribute__ ((aligned (8)));
 };
 
 #define STATS_PSI_MEM_SIZE     (sizeof(struct stats_psi_mem))