input-mapper: Remove stray newline

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1689>
This commit is contained in:
Jonas Ådahl 2021-01-26 22:41:49 +01:00 committed by Marge Bot
parent 9c50353ffa
commit 662e29990a

View File

@ -414,7 +414,6 @@ match_size (MetaMapperInputInfo *input,
&i_width, &i_height)) &i_width, &i_height))
return FALSE; return FALSE;
meta_monitor_get_physical_dimensions (monitor, &o_width, &o_height); meta_monitor_get_physical_dimensions (monitor, &o_width, &o_height);
w_diff = ABS (1 - ((double) o_width / i_width)); w_diff = ABS (1 - ((double) o_width / i_width));
h_diff = ABS (1 - ((double) o_height / i_height)); h_diff = ABS (1 - ((double) o_height / i_height));