Skip to content

Commit 713f0fd

Browse files
committed
clang-format fix
1 parent 22bec10 commit 713f0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rootex/framework/scene.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class Scene
5858

5959
public:
6060
static void ResetNextID();
61-
static void Scene::SetBaseID(const SceneID& inputBaseID){BaseID = inputBaseID;}
61+
static void Scene::SetBaseID(const SceneID& inputBaseID) { BaseID = inputBaseID; }
6262

6363
static Ptr<Scene> Create(const JSON::json& sceneData, const bool assignNewIDs);
6464
static Ptr<Scene> CreateFromFile(const String& sceneFile);

0 commit comments

Comments
 (0)