shadow-factory: Fix style
This commit is contained in:
parent
bee6d2b240
commit
f9a77aec3f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue