Fix formatting of new(std::nothrow)
The code previously formatted everything as `new( std::nothrow)`.
This commit is contained in:
@ -1292,5 +1292,4 @@ size_t header_callback(char* ptr, size_t size, size_t nmemb, void* userdata)
|
||||
return nmemb * size;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user