mirror of
git://git.proxmox.com/git/spiceterm.git
synced 2024-12-23 17:34:20 +03:00
fix coding style
This commit is contained in:
parent
7d75ff3d7c
commit
ea7edec46f
@ -1390,7 +1390,6 @@ spiceterm_motion_event(spiceTerm *vt, uint32_t x, uint32_t y, uint32_t buttons)
|
|||||||
} else {
|
} else {
|
||||||
|
|
||||||
if (pos != sel_end_pos) {
|
if (pos != sel_end_pos) {
|
||||||
|
|
||||||
if (pos > sel_end_pos) {
|
if (pos > sel_end_pos) {
|
||||||
cx = sel_end_pos; cy=pos;
|
cx = sel_end_pos; cy=pos;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user