[mutter] input-mapper: Remove stray newline



commit 662e29990a1deb1e70125f5f00a184e2ce825917
Author: Jonas Ã…dahl <jadahl gmail com>
Date:   Tue Jan 26 22:41:49 2021 +0100

    input-mapper: Remove stray newline
    
    Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1689>

 src/backends/meta-input-mapper.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/backends/meta-input-mapper.c b/src/backends/meta-input-mapper.c
index df21ff71bf..2250cb5dfe 100644
--- a/src/backends/meta-input-mapper.c
+++ b/src/backends/meta-input-mapper.c
@@ -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));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]