i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit c456097d2dbc44ada279cf3e5e7c07a2b1219736
parent f64527d162de686c67ff47333b0a813b02f0d573
Author: Raymond Li <hi@raymond.li>
Date:   Sat, 25 Jul 2020 00:22:32 -0400

Fix whitespace

Diffstat:
Munlock_indicator.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unlock_indicator.c b/unlock_indicator.c
@@ -897,7 +897,7 @@ void render_lock(uint32_t *resolution, xcb_drawable_t drawable) {
             screen_number = 0;
         }
 
-        DEBUG("Drawing indicator on %d screens\n", screen_number);
+        DEBUG("Drawing indicator on %d screens\n", screen_number);
 
         int current_screen = screen_number == 0 ? 0 : screen_number - 1;
         const int end_screen = screen_number == 0 ? xr_screens : screen_number;