diff options
author | raveit65 <[email protected]> | 2020-08-01 17:37:17 +0200 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2020-08-01 23:08:45 +0200 |
commit | a6c4459ad5d4b2ccb3eb8c330f024a49869442ed (patch) | |
tree | bc77a0a51fda517218217fc37b6c55e555c02c2b /cpufreq/src/cpufreq-applet.h | |
parent | 812f5f92e4554782e5cb584dcba392c1e1175cc9 (diff) | |
download | mate-applets-a6c4459ad5d4b2ccb3eb8c330f024a49869442ed.tar.bz2 mate-applets-a6c4459ad5d4b2ccb3eb8c330f024a49869442ed.tar.xz |
cpufreq: fix code-style
- tab to spaces
- use 4 spaces at the beginning of a line
Diffstat (limited to 'cpufreq/src/cpufreq-applet.h')
-rw-r--r-- | cpufreq/src/cpufreq-applet.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cpufreq/src/cpufreq-applet.h b/cpufreq/src/cpufreq-applet.h index 4a694a20..f0a5a7f7 100644 --- a/cpufreq/src/cpufreq-applet.h +++ b/cpufreq/src/cpufreq-applet.h @@ -40,15 +40,15 @@ typedef struct _CPUFreqApplet CPUFreqApplet; typedef struct _CPUFreqAppletClass CPUFreqAppletClass; typedef enum { - CPUFREQ_MODE_GRAPHIC, - CPUFREQ_MODE_TEXT, - CPUFREQ_MODE_BOTH + CPUFREQ_MODE_GRAPHIC, + CPUFREQ_MODE_TEXT, + CPUFREQ_MODE_BOTH } CPUFreqShowMode; typedef enum { - CPUFREQ_MODE_TEXT_FREQUENCY, - CPUFREQ_MODE_TEXT_FREQUENCY_UNIT, - CPUFREQ_MODE_TEXT_PERCENTAGE + CPUFREQ_MODE_TEXT_FREQUENCY, + CPUFREQ_MODE_TEXT_FREQUENCY_UNIT, + CPUFREQ_MODE_TEXT_PERCENTAGE } CPUFreqShowTextMode; GType cpufreq_applet_get_type (void) G_GNUC_CONST; |