mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 04:45:43 +00:00
Delete all Trailing spaces in code.
svn path=/trunk/; revision=29689
This commit is contained in:
parent
622c29bffb
commit
a7fddf9c07
293 changed files with 12346 additions and 12346 deletions
|
@ -786,7 +786,7 @@ jtransform_parse_crop_spec (jpeg_transform_info *info, const char *spec)
|
|||
return FALSE;
|
||||
info->crop_width_set = JCROP_POS;
|
||||
}
|
||||
if (*spec == 'x' || *spec == 'X') {
|
||||
if (*spec == 'x' || *spec == 'X') {
|
||||
/* fetch height */
|
||||
spec++;
|
||||
if (! jt_read_integer(&spec, &info->crop_height))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue