mirror of
https://github.com/ROBOTIS-GIT/turtlebot3_simulations.git
synced 2025-09-15 13:08:35 +08:00
remove indent in namespace
This commit is contained in:
parent
554c9b3b29
commit
3013cdcff4
@ -79,12 +79,10 @@ public:
|
||||
}
|
||||
|
||||
// Pointer to the model
|
||||
|
||||
private:
|
||||
physics::ModelPtr model;
|
||||
|
||||
// Pointer to the update event connection
|
||||
|
||||
private:
|
||||
event::ConnectionPtr updateConnection;
|
||||
};
|
||||
|
||||
@ -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;
|
||||
};
|
||||
|
||||
@ -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;
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user