Skip to content

Commit b6e5647

Browse files
committed
✨ Apply clang-format
1 parent 3d9ef36 commit b6e5647

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Shader.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,12 @@ export var Shader = GObject.registerClass({
132132

133133
// This is not necessarily symmetric, but I haven't figured out a way to
134134
// get the actual values...
135-
const padding = (actor.width - actor.meta_window.get_frame_rect().width) / 2;
135+
const padding = (actor.width - actor.meta_window.get_frame_rect().width) / 2;
136136
let isFullscreen = actor.meta_window.fullscreen;
137137

138138
// is_maximized has been added in GNOME 49.
139-
if ( actor.meta_window.is_maximized) {
140-
isFullscreen |= actor.meta_window.is_maximized();
139+
if (actor.meta_window.is_maximized) {
140+
isFullscreen |= actor.meta_window.is_maximized();
141141
} else {
142142
isFullscreen |= actor.meta_window.get_maximized() === Meta.MaximizeFlags.BOTH;
143143
}

0 commit comments

Comments
 (0)