mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 09:05:19 +02:00
Pass clang-format on various cpp/header files (#5559)
This commit is contained in:
@@ -21,7 +21,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
|
||||
#include "profiler.h"
|
||||
|
||||
class TestProfiler : public TestBase {
|
||||
class TestProfiler : public TestBase
|
||||
{
|
||||
public:
|
||||
TestProfiler() { TestManager::registerTestModule(this); }
|
||||
const char *getName() { return "TestProfiler"; }
|
||||
|
Reference in New Issue
Block a user