Skip to content

Commit 363d539

Browse files
Fix formatting
1 parent f906b58 commit 363d539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/pango_context/src/draw_layer_handler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ class HandlerImpl : public DrawLayerHandler
345345
arg.action == PointerAction::drag});
346346
}
347347

348-
if(arg.action == PointerAction::click_up) {
348+
if (arg.action == PointerAction::click_up) {
349349
down_state_ = std::nullopt;
350350
}
351351

0 commit comments

Comments
 (0)