summaryrefslogtreecommitdiffstats
path: root/CRT.c
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2023-11-23 12:22:02 +0100
committerBenBE <BenBE@geshi.org>2023-12-26 15:14:19 +0100
commit6aa9ef2726e42c4ae062b55be4d5cc015767d997 (patch)
treed5bd033946b404fa99b70b0b1c560725cef302bf /CRT.c
parenta98fc47ffe67e88b1a83f94382795b8787a9bfe8 (diff)
Fix code style
Diffstat (limited to 'CRT.c')
-rw-r--r--CRT.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/CRT.c b/CRT.c
index 68020e37..96ea00d9 100644
--- a/CRT.c
+++ b/CRT.c
@@ -1113,8 +1113,8 @@ void CRT_setColors(int colorScheme) {
for (short int j = 0; j < 8; j++) {
if (ColorIndex(i, j) != ColorIndexGrayBlack && ColorIndex(i, j) != ColorIndexWhiteDefault) {
short int bg = (colorScheme != COLORSCHEME_BLACKNIGHT)
- ? (j == 0 ? -1 : j)
- : j;
+ ? (j == 0 ? -1 : j)
+ : j;
init_pair(ColorIndex(i, j), i, bg);
}
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy