Skip to content

Commit

Permalink
Clang formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
makermelissa committed Sep 24, 2020
1 parent 066de20 commit 52b8af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.c
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ void _PM_stop(Protomatter_core *core) {
// If _PM_begin failed, this will be a NULL pointer. Stop early,
// none of the other "stop" operations make sense
if (!core->screenData) {
return;
return;
}
while (core->swapBuffers)
; // Wait for any pending buffer swap
Expand Down

0 comments on commit 52b8af0

Please sign in to comment.