5
0
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:
Dietmar Maurer 2013-09-13 10:56:03 +02:00
parent 7d75ff3d7c
commit ea7edec46f

View File

@ -1390,7 +1390,6 @@ spiceterm_motion_event(spiceTerm *vt, uint32_t x, uint32_t y, uint32_t buttons)
} else {
if (pos != sel_end_pos) {
if (pos > sel_end_pos) {
cx = sel_end_pos; cy=pos;
} else {