ENH: code style

cblas_new
liaogang 8 years ago
parent 4e1617d059
commit ff36389452

@ -48,7 +48,6 @@ void* BuddyAllocator::Alloc(size_t unaligned_size) {
// if the allocation is huge, send directly to the system allocator
if (size > max_chunk_size_) {
DLOG(INFO) << "Allocate from system allocator.";
return SystemAlloc(size);
}

Loading…
Cancel
Save