Skip to content
Commit 4a3781d7 authored by Jonas Ådahl's avatar Jonas Ådahl
Browse files

wayland/keyboard: Stop using temporary wl_list 'l'

The variable name 'l' usually refers to a GList iterator, but here it's
just a short hand for a specific list. Stop using this shorthand, since
it just makes it harder to read what list is used.

https://bugzilla.gnome.org/show_bug.cgi?id=771646
parent 911a838c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment