diff options
author | David Robillard <d@drobilla.net> | 2025-02-07 15:41:18 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-02-07 15:41:18 -0500 |
commit | 2d5c5c205605c23dbfba71017730aa3d529cf6c6 (patch) | |
tree | fac1e05a2bb687c6bc6908bfe7e34c6b69770102 /include/pugl/stub.h | |
parent | 7976df1832f8164e459902dc247a232f49b61064 (diff) | |
download | pugl-2d5c5c205605c23dbfba71017730aa3d529cf6c6.tar.gz pugl-2d5c5c205605c23dbfba71017730aa3d529cf6c6.tar.bz2 pugl-2d5c5c205605c23dbfba71017730aa3d529cf6c6.zip |
Update clang-format configuration
Diffstat (limited to 'include/pugl/stub.h')
-rw-r--r-- | include/pugl/stub.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/pugl/stub.h b/include/pugl/stub.h index e81e56f..73f20aa 100644 --- a/include/pugl/stub.h +++ b/include/pugl/stub.h @@ -22,8 +22,7 @@ PUGL_BEGIN_DECLS This backend just creates a simple native window without setting up any portable graphics API. */ -PUGL_CONST_API -const PuglBackend* +PUGL_CONST_API const PuglBackend* puglStubBackend(void); /** |