FIX: clang-format

cblas_new
liaogang 8 years ago
parent d4017cadcd
commit 6a3b8416df

@ -33,7 +33,7 @@ TEST(BuddyAllocator, CPUAllocation) {
TEST(BuddyAllocator, CPUMultAlloc) {
paddle::platform::CPUPlace cpu;
std::vector<void*> ps;
std::vector<void *> ps;
ps.reserve(8);
for (auto size : {256, 1024, 4096, 16384, 65536, 262144, 1048576, 4194304}) {

Loading…
Cancel
Save