remove indent in namespace

This commit is contained in:
Hyungyu Kim 2025-02-05 16:48:41 +09:00
parent 554c9b3b29
commit 3013cdcff4
No known key found for this signature in database
GPG Key ID: E1730AE24BD6C2B7
3 changed files with 142 additions and 146 deletions

View File

@ -79,12 +79,10 @@ public:
}
// Pointer to the model
private:
physics::ModelPtr model;
// Pointer to the update event connection
private:
event::ConnectionPtr updateConnection;
};

View File

@ -95,11 +95,10 @@ public:
}
// Pointer to the model
private:
physics::ModelPtr model;
// Pointer to the update event connection
// Pointer to the update event connection
private:
event::ConnectionPtr updateConnection;
};

View File

@ -61,11 +61,10 @@ public:
}
// Pointer to the model
private:
physics::ModelPtr model;
// Pointer to the update event connection
// Pointer to the update event connection
private:
event::ConnectionPtr updateConnection;
};