Skip to content

Commit 46465db

Browse files
committed
white space revert
1 parent 15dd57d commit 46465db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Plugins/Qt/QTMWidget.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ QTMWidget::keyPressEvent (QKeyEvent* event) {
143143
if (is_nil (tmwid)) return;
144144

145145
string r= from_key_press_event (event);
146-
147146
if (is_empty (r)) return;
148147
if (DEBUG_KEYBOARD) debug_qt << "key pressed: " << r << LF;
149148

0 commit comments

Comments
 (0)