Apply clang-tidy to code
This commit is contained in:
parent
74b57558c9
commit
35ccc8eb1c
8 changed files with 71 additions and 71 deletions
|
|
@ -21,7 +21,7 @@
|
|||
namespace devilution {
|
||||
namespace {
|
||||
|
||||
static void DrawHalfTransparentBlendedRectTo(const Surface &out, int sx, int sy, int width, int height)
|
||||
void DrawHalfTransparentBlendedRectTo(const Surface &out, int sx, int sy, int width, int height)
|
||||
{
|
||||
BYTE *pix = out.at(sx, sy);
|
||||
|
||||
|
|
@ -34,7 +34,7 @@ static void DrawHalfTransparentBlendedRectTo(const Surface &out, int sx, int sy,
|
|||
}
|
||||
}
|
||||
|
||||
static void DrawHalfTransparentStippledRectTo(const Surface &out, int sx, int sy, int width, int height)
|
||||
void DrawHalfTransparentStippledRectTo(const Surface &out, int sx, int sy, int width, int height)
|
||||
{
|
||||
BYTE *pix = out.at(sx, sy);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue