Skip to content

Commit

Permalink
Fix code style in Swatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Idel-SI committed Jun 28, 2018
1 parent fcf3214 commit 7fc270e
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,15 @@ class MapDisplay;
class Swatch
{
public:
RVIZ_DEFAULT_PLUGINS_PUBLIC Swatch(
RVIZ_DEFAULT_PLUGINS_PUBLIC
Swatch(
Ogre::SceneManager * scene_manager,
Ogre::SceneNode * parent_scene_node,
size_t x, size_t y, size_t width, size_t height,
float resolution, bool draw_under);

RVIZ_DEFAULT_PLUGINS_PUBLIC ~Swatch();
RVIZ_DEFAULT_PLUGINS_PUBLIC
~Swatch();

RVIZ_DEFAULT_PLUGINS_PUBLIC
void updateAlpha(
Expand Down

0 comments on commit 7fc270e

Please sign in to comment.