diff options
author | David Robillard <d@drobilla.net> | 2022-05-22 09:36:18 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-05-22 20:16:28 -0400 |
commit | 0093196a4c624da6d7f78a909a442f2e784c37aa (patch) | |
tree | 3de5a3a4ef1deb49259c934212818a9ce2cff389 /src | |
parent | 7c9d6d5d16fc0c72a27f0118ac753980e518ebcd (diff) | |
download | pugl-0093196a4c624da6d7f78a909a442f2e784c37aa.tar.gz pugl-0093196a4c624da6d7f78a909a442f2e784c37aa.tar.bz2 pugl-0093196a4c624da6d7f78a909a442f2e784c37aa.zip |
Fix whitespace
Diffstat (limited to 'src')
-rw-r--r-- | src/implementation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/implementation.c b/src/implementation.c index c3394ce..373060c 100644 --- a/src/implementation.c +++ b/src/implementation.c @@ -28,7 +28,7 @@ puglStrerror(const PuglStatus status) case PUGL_REALIZE_FAILED: return "View creation failed"; case PUGL_SET_FORMAT_FAILED: return "Failed to set pixel format"; case PUGL_CREATE_CONTEXT_FAILED: return "Failed to create drawing context"; - case PUGL_UNSUPPORTED: return "Unsupported operation"; + case PUGL_UNSUPPORTED: return "Unsupported operation"; } // clang-format on |