mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
shadow-factory: Fix style
This commit is contained in:
parent
bee6d2b240
commit
f9a77aec3f
@ -560,7 +560,7 @@ blur_xspan (guchar *row,
|
||||
}
|
||||
}
|
||||
|
||||
memcpy(row + x0, tmp_buffer + x0, x1 - x0);
|
||||
memcpy (row + x0, tmp_buffer + x0, x1 - x0);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user