mirror of
https://github.com/fluencelabs/redis
synced 2025-08-01 00:41:56 +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