mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
shadow-factory: Fix style
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user