aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/SurfaceD2D.h
diff options
context:
space:
mode:
authorZufu Liu <unknown>2025-05-24 17:43:14 +1000
committerZufu Liu <unknown>2025-05-24 17:43:14 +1000
commitaca9ce76597949b0429caa882df164702cdb92b0 (patch)
tree44756e3627ebc4b1ab19d3c086e12cc14faa8bef /win32/SurfaceD2D.h
parent32f7837ed8b70cf20e15ef34ef8448d18909910a (diff)
downloadscintilla-mirror-aca9ce76597949b0429caa882df164702cdb92b0.tar.gz
Remove line end space.
Diffstat (limited to 'win32/SurfaceD2D.h')
-rw-r--r--win32/SurfaceD2D.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/SurfaceD2D.h b/win32/SurfaceD2D.h
index 13da459cc..8025069db 100644
--- a/win32/SurfaceD2D.h
+++ b/win32/SurfaceD2D.h
@@ -9,7 +9,7 @@
#define SURFACED2D_H
namespace Scintilla::Internal {
-
+
extern bool LoadD2D() noexcept;
extern void ReleaseD2D() noexcept;
extern ID2D1Factory1 *pD2DFactory;