oxwm

https://git.tonybtw.com/oxwm.git git://git.tonybtw.com/oxwm.git

Removed random whitespace

Commit
d1aa40fd3431d6a7725873295f4a0b57c5ddc238
Parent
9b9ec4c
Author
tonybtw <tonybtw@tonybtw.com>
Date
2025-10-06 07:15:03

Diff

diff --git a/src/bar/bar.rs b/src/bar/bar.rs
index cb1c332..53f0cf6 100644
--- a/src/bar/bar.rs
+++ b/src/bar/bar.rs
@@ -279,13 +279,10 @@ impl Bar {
                 }
             }
         }
-
         connection.flush()?;
-
         unsafe {
             x11::xlib::XFlush(self.display);
         }
-
         self.needs_redraw = false;
 
         Ok(())