1
0
Fork 0

monitor-manager: Remove some trailing spaces in orientation code

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1233>
This commit is contained in:
Marco Trevisan (Treviño) 2021-07-27 02:42:38 +02:00 committed by Jonas Ådahl
parent 405ec8edc2
commit f78e21c45a

View file

@ -871,7 +871,7 @@ handle_initial_orientation_change (MetaOrientationManager *orientation_manager,
clutter_backend = meta_backend_get_clutter_backend (manager->backend); clutter_backend = meta_backend_get_clutter_backend (manager->backend);
seat = clutter_backend_get_default_seat (clutter_backend); seat = clutter_backend_get_default_seat (clutter_backend);
/* /*
* This is a workaround to ignore the tablet mode switch on the initial config * This is a workaround to ignore the tablet mode switch on the initial config
* of devices with a native portrait mode panel. The touchscreen and * of devices with a native portrait mode panel. The touchscreen and
* accelerometer requirements for applying the orientation must still be met. * accelerometer requirements for applying the orientation must still be met.
@ -896,7 +896,7 @@ handle_initial_orientation_change (MetaOrientationManager *orientation_manager,
static void static void
orientation_changed (MetaOrientationManager *orientation_manager, orientation_changed (MetaOrientationManager *orientation_manager,
MetaMonitorManager *manager) MetaMonitorManager *manager)
{ {
MetaMonitorManagerPrivate *priv = MetaMonitorManagerPrivate *priv =
meta_monitor_manager_get_instance_private (manager); meta_monitor_manager_get_instance_private (manager);