Skip to content

Commit

Permalink
clang-format ci-diff time-waste
Browse files Browse the repository at this point in the history
  • Loading branch information
supervacuus committed Feb 14, 2024
1 parent 5dc1217 commit 2cb5841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#ifdef SENTRY_PLATFORM_WINDOWS
# include <synchapi.h>
# define sleep_s(SECONDS) Sleep((SECONDS) * 1000)
# define sleep_s(SECONDS) Sleep((SECONDS)*1000)
#else

# include <signal.h>
Expand Down

0 comments on commit 2cb5841

Please sign in to comment.