You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
This commit is contained in:
@@ -36,14 +36,12 @@
|
||||
Rasterizer *(*Rasterizer::_create_func)() = NULL;
|
||||
|
||||
Rasterizer *Rasterizer::create() {
|
||||
|
||||
return _create_func();
|
||||
}
|
||||
|
||||
RasterizerStorage *RasterizerStorage::base_singleton = NULL;
|
||||
|
||||
RasterizerStorage::RasterizerStorage() {
|
||||
|
||||
base_singleton = this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user