summaryrefslogtreecommitdiff
path: root/src/xfpm-enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xfpm-enum.h')
-rw-r--r--src/xfpm-enum.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xfpm-enum.h b/src/xfpm-enum.h
index 0e6cbc75..283c9808 100644
--- a/src/xfpm-enum.h
+++ b/src/xfpm-enum.h
@@ -50,10 +50,10 @@ typedef enum
typedef enum
{
- CPU_UNKNOWN = (1<<0),
- CPU_POWERSAVE = (1<<1),
- CPU_ONDEMAND = (1<<2),
- CPU_PERFORMANCE = (1<<3)
+ CPU_UNKNOWN = (1 << 0),
+ CPU_POWERSAVE = (1 << 1),
+ CPU_ONDEMAND = (1 << 2),
+ CPU_PERFORMANCE = (1 << 3)
} XfpmCpuGovernor;