diff options
author | David Robillard <d@drobilla.net> | 2021-01-02 21:09:27 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-02 21:09:27 +0100 |
commit | 1c365945ed2ebd5b9f54eb0c8c5c1c6d97cad712 (patch) | |
tree | 4b77266a9ce3e2a11b59bbd2754869c6ee1d172b /include/pugl/stub.h | |
parent | a92a194b4fc64e0cfa4a88a59e261f236414d61c (diff) | |
download | pugl-1c365945ed2ebd5b9f54eb0c8c5c1c6d97cad712.tar.gz pugl-1c365945ed2ebd5b9f54eb0c8c5c1c6d97cad712.tar.bz2 pugl-1c365945ed2ebd5b9f54eb0c8c5c1c6d97cad712.zip |
Simplify clang-format configuration and format all code
Diffstat (limited to 'include/pugl/stub.h')
-rw-r--r-- | include/pugl/stub.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pugl/stub.h b/include/pugl/stub.h index d2d1236..46e0e96 100644 --- a/include/pugl/stub.h +++ b/include/pugl/stub.h @@ -34,7 +34,8 @@ PUGL_BEGIN_DECLS This backend just creates a simple native window without setting up any portable graphics API. */ -PUGL_API PUGL_CONST_FUNC +PUGL_API +PUGL_CONST_FUNC const PuglBackend* puglStubBackend(void); |