aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-03-08 16:13:26 +0100
committerMattias Andrée <m@maandree.se>2025-03-08 16:13:26 +0100
commitd543d518768f61772d7b0a730492fd53942326de (patch)
treead0685106553bf4f9f1499af82cf8dccbd2e65dd /src
parentstyle (diff)
downloadredshift-ng-d543d518768f61772d7b0a730492fd53942326de.tar.gz
redshift-ng-d543d518768f61772d7b0a730492fd53942326de.tar.bz2
redshift-ng-d543d518768f61772d7b0a730492fd53942326de.tar.xz
whitespace fix
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src')
-rw-r--r--src/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index d3cf481..ebf63e0 100644
--- a/src/common.h
+++ b/src/common.h
@@ -218,7 +218,7 @@ enum period {
PERIOD_DAYTIME,
PERIOD_NIGHT,
PERIOD_TRANSITION
-} ;
+};
enum program_mode {
PROGRAM_MODE_CONTINUAL,