mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 08:30:42 -05:00
boxes: Make pointer declaration match code style
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2236>
This commit is contained in:
parent
5f78e932a8
commit
cbc6965b80
@ -429,7 +429,7 @@ merge_spanning_rects_in_region (GList *region)
|
|||||||
* considerations that also apply to this function.
|
* considerations that also apply to this function.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
GList* compare;
|
GList *compare;
|
||||||
compare = region;
|
compare = region;
|
||||||
|
|
||||||
if (region == NULL)
|
if (region == NULL)
|
||||||
|
Loading…
Reference in New Issue
Block a user