From 0093196a4c624da6d7f78a909a442f2e784c37aa Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 22 May 2022 09:36:18 -0400 Subject: Fix whitespace --- src/implementation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.1