mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:02:56 +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/stringbuf.c
vendored
2
sdk/lib/3rdparty/libmpg123/stringbuf.c
vendored
|
@ -72,7 +72,7 @@ int attribute_align_arg mpg123_resize_string(mpg123_string* sb, size_t new)
|
|||
char* t;
|
||||
debug("really!");
|
||||
t = (char*) safe_realloc(sb->p, new*sizeof(char));
|
||||
debug1("safe_realloc returned %p", (void*) t);
|
||||
debug1("safe_realloc returned %p", (void*) t);
|
||||
if(t != NULL)
|
||||
{
|
||||
sb->p = t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue