i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit ff2eba3c4c7ea56203e904dc00bf8fc2f52b7ce1
parent 45b8c7ee3131086054b778adac2141b1bf49cc1a
Author: Raymond Li <hi@raymond.li>
Date:   Mon, 25 Jan 2021 23:18:26 -0500

Fix whitespace
Diffstat:
Mi3lock.c | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/i3lock.c b/i3lock.c
@@ -2138,11 +2138,11 @@ int main(int argc, char *argv[]) {
             case 710:
                 bar_count = atoi(optarg);
                 if (bar_count > BAR_MAX_COUNT) {
-                    bar_count = BAR_MAX_COUNT;
-                }
+                    bar_count = BAR_MAX_COUNT;
+                }
                 if (bar_count < BAR_MIN_COUNT) {
-                    bar_count = BAR_MIN_COUNT;
-                }
+                    bar_count = BAR_MIN_COUNT;
+                }
                 break;
 
             // Misc