mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-07 08:02:44 +00: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