input-mapper: Remove stray newline
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1689>
This commit is contained in:
parent
9c50353ffa
commit
662e29990a
@ -414,7 +414,6 @@ match_size (MetaMapperInputInfo *input,
|
||||
&i_width, &i_height))
|
||||
return FALSE;
|
||||
|
||||
|
||||
meta_monitor_get_physical_dimensions (monitor, &o_width, &o_height);
|
||||
w_diff = ABS (1 - ((double) o_width / i_width));
|
||||
h_diff = ABS (1 - ((double) o_height / i_height));
|
||||
|
Loading…
Reference in New Issue
Block a user