diff --git a/Common/Gfx/Canvas.cpp b/Common/Gfx/Canvas.cpp index 534072ca..3555425b 100644 --- a/Common/Gfx/Canvas.cpp +++ b/Common/Gfx/Canvas.cpp @@ -36,4 +36,4 @@ void Canvas::Resize(int w, int h) m_H = h; } -} // namespace Gfx \ No newline at end of file +} // namespace Gfx diff --git a/Common/Gfx/CanvasD2D.cpp b/Common/Gfx/CanvasD2D.cpp index f6351162..fbf96bb2 100644 --- a/Common/Gfx/CanvasD2D.cpp +++ b/Common/Gfx/CanvasD2D.cpp @@ -452,4 +452,4 @@ void CanvasD2D::FillRectangle(Gdiplus::Rect& rect, const Gdiplus::SolidBrush& br } } -} // namespace Gfx \ No newline at end of file +} // namespace Gfx diff --git a/Common/Gfx/CanvasGDIP.cpp b/Common/Gfx/CanvasGDIP.cpp index d5c25c23..b53fa076 100644 --- a/Common/Gfx/CanvasGDIP.cpp +++ b/Common/Gfx/CanvasGDIP.cpp @@ -216,4 +216,4 @@ void CanvasGDIP::FillRectangle(Gdiplus::Rect& rect, const Gdiplus::SolidBrush& b m_Graphics->FillRectangle(&brush, rect); } -} // namespace Gfx \ No newline at end of file +} // namespace Gfx diff --git a/Common/Gfx/TextFormat.cpp b/Common/Gfx/TextFormat.cpp index 0718a7ea..bac19d52 100644 --- a/Common/Gfx/TextFormat.cpp +++ b/Common/Gfx/TextFormat.cpp @@ -40,4 +40,4 @@ void TextFormat::SetVerticalAlignment(VerticalAlignment alignment) m_VerticalAlignment = alignment; } -} // namespace Gfx \ No newline at end of file +} // namespace Gfx diff --git a/Common/Gfx/TextFormatD2D.cpp b/Common/Gfx/TextFormatD2D.cpp index d5bf1ea2..5ddc3669 100644 --- a/Common/Gfx/TextFormatD2D.cpp +++ b/Common/Gfx/TextFormatD2D.cpp @@ -160,4 +160,4 @@ void TextFormatD2D::SetVerticalAlignment(VerticalAlignment alignment) } } -} // namespace Gfx \ No newline at end of file +} // namespace Gfx diff --git a/Common/Gfx/TextFormatGDIP.cpp b/Common/Gfx/TextFormatGDIP.cpp index 3f0d7bc1..f5eaa5d6 100644 --- a/Common/Gfx/TextFormatGDIP.cpp +++ b/Common/Gfx/TextFormatGDIP.cpp @@ -141,4 +141,4 @@ void TextFormatGDIP::SetVerticalAlignment(VerticalAlignment alignment) m_StringFormat.SetLineAlignment((Gdiplus::StringAlignment)alignment); } -} // namespace Gfx \ No newline at end of file +} // namespace Gfx diff --git a/Common/Gfx/WICBitmapDIB.cpp b/Common/Gfx/WICBitmapDIB.cpp index d92d8194..8043c5df 100644 --- a/Common/Gfx/WICBitmapDIB.cpp +++ b/Common/Gfx/WICBitmapDIB.cpp @@ -131,4 +131,4 @@ IFACEMETHODIMP WICBitmapDIB::SetResolution(double dpiX, double dpiY) return E_NOTIMPL; } -} // namespace Gfx \ No newline at end of file +} // namespace Gfx diff --git a/Common/Gfx/WICBitmapLockDIB.cpp b/Common/Gfx/WICBitmapLockDIB.cpp index 232c1f34..09f8de56 100644 --- a/Common/Gfx/WICBitmapLockDIB.cpp +++ b/Common/Gfx/WICBitmapLockDIB.cpp @@ -88,4 +88,4 @@ IFACEMETHODIMP WICBitmapLockDIB::GetPixelFormat(WICPixelFormatGUID* pPixelFormat return m_Bitmap->GetPixelFormat(pPixelFormat); } -} // namespace Gfx \ No newline at end of file +} // namespace Gfx diff --git a/Common/Gfx/WICBitmapLockGDIP.cpp b/Common/Gfx/WICBitmapLockGDIP.cpp index 80e28448..f42df566 100644 --- a/Common/Gfx/WICBitmapLockGDIP.cpp +++ b/Common/Gfx/WICBitmapLockGDIP.cpp @@ -77,4 +77,4 @@ IFACEMETHODIMP WICBitmapLockGDIP::GetPixelFormat(WICPixelFormatGUID* pPixelForma return S_OK; } -} // namespace Gfx \ No newline at end of file +} // namespace Gfx