Skip to content

Commit

Permalink
Committing clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni authored and actions-user committed Nov 14, 2023
1 parent d2945f4 commit 4db214b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions include/vclib/space/color.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,7 @@ class Color : public Point4<uint8_t>
*/
Color() : Point(0, 0, 0, 255) {}

Color(ColorABGR cc)
{
*reinterpret_cast<uint32_t*>(Point::p.data()) = cc;
}
Color(ColorABGR cc) { *reinterpret_cast<uint32_t*>(Point::p.data()) = cc; }

/**
* @brief Color constructor.
Expand Down

0 comments on commit 4db214b

Please sign in to comment.