mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-20 13:55:26 +08:00
[components][cplusplus] 格式化代码
This commit is contained in:
@@ -26,7 +26,7 @@ void operator delete(void *ptr)
|
||||
rt_free(ptr);
|
||||
}
|
||||
|
||||
void operator delete[] (void *ptr)
|
||||
void operator delete[](void *ptr)
|
||||
{
|
||||
return rt_free(ptr);
|
||||
}
|
||||
|
Reference in New Issue
Block a user