mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 13:31:32 +00:00
Alter coding style in #4696 to conform to Redis code base.
This commit is contained in:
@ -148,7 +148,7 @@ void *zrealloc(void *ptr, size_t size) {
|
||||
size_t oldsize;
|
||||
void *newptr;
|
||||
|
||||
if (size == 0 && ptr!=NULL) {
|
||||
if (size == 0 && ptr != NULL) {
|
||||
zfree(ptr);
|
||||
return NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user