Skip to content

Commit

Permalink
eof newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaMoelans committed Dec 24, 2024
1 parent cc77b52 commit 7344f8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sentry_sampling_context.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ sentry_sampling_context_new_with_custom(
context->custom_sampling_context = custom_sampling_context;
}
return context;
}
}
2 changes: 1 addition & 1 deletion src/sentry_sampling_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ sentry_sampling_context_t *sentry_sampling_context_new_with_custom(
sentry_transaction_context_t *transaction_context,
void *custom_sampling_context);

#endif // SENTRY_SAMPLING_CONTEXT_H_INCLUDED
#endif // SENTRY_SAMPLING_CONTEXT_H_INCLUDED

0 comments on commit 7344f8a

Please sign in to comment.