Fix comment formatting

This commit is contained in:
Jeremy Soller 2025-07-08 09:50:05 -06:00
parent 6813da21b5
commit 6ea0f9868a
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA

View file

@ -800,8 +800,8 @@ impl cosmic::Application for App {
// Allow suspend // Allow suspend
self.inhibit_opt = None; self.inhibit_opt = None;
// Create lock surfaces
// Create lock surfaces
for (output, surface_id) in self.common.surface_ids.iter() { for (output, surface_id) in self.common.surface_ids.iter() {
commands.push(get_lock_surface(*surface_id, output.clone())); commands.push(get_lock_surface(*surface_id, output.clone()));