Fix whitespace

This commit is contained in:
Raymond Li 2020-07-25 00:22:32 -04:00
parent f64527d162
commit c456097d2d
No known key found for this signature in database
GPG Key ID: A014EA89B62BBB1B
1 changed files with 1 additions and 1 deletions

View File

@ -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;