Fix indentation (#1955)

Co-authored-by: Leo <lenemter@gmail.com>
This commit is contained in:
Leonhard 2024-06-23 12:25:09 +02:00 committed by GitHub
parent 9205df5bb2
commit 6dd497e98f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,9 +69,9 @@ public class Gala.Drawing.Canvas : GLib.Object, Clutter.Content {
}
public void invalidate () {
bitmap = null;
bitmap = null;
if (width <= 0 || height <= 0) {
if (width <= 0 || height <= 0) {
return;
}