mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
This commit is contained in:
@@ -35,9 +35,7 @@
|
||||
#include "core/ustring.h"
|
||||
|
||||
class NodePath {
|
||||
|
||||
struct Data {
|
||||
|
||||
SafeRefCount refcount;
|
||||
Vector<StringName> path;
|
||||
Vector<StringName> subpath;
|
||||
@@ -55,7 +53,6 @@ class NodePath {
|
||||
|
||||
public:
|
||||
_FORCE_INLINE_ StringName get_sname() const {
|
||||
|
||||
if (data && data->path.size() == 1 && data->subpath.empty()) {
|
||||
return data->path[0];
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user