mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +00:00
[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces
This commit is contained in:
parent
4b4ffa92f5
commit
34593d933b
952 changed files with 12942 additions and 12942 deletions
2
sdk/lib/3rdparty/libmpg123/index.c
vendored
2
sdk/lib/3rdparty/libmpg123/index.c
vendored
|
@ -85,7 +85,7 @@ void fi_add(struct frame_index *fi, off_t pos)
|
|||
{ /* Index is full, we need to shrink... or grow. */
|
||||
/* Store the current frame number to check later if we still want it. */
|
||||
off_t framenum = fi->fill*fi->step;
|
||||
/* If we want not / cannot grow, we shrink. */
|
||||
/* If we want not / cannot grow, we shrink. */
|
||||
if( !(fi->grow_size && fi_resize(fi, fi->size+fi->grow_size)==0) )
|
||||
fi_shrink(fi);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue