Skip to content

Commit 8783211

Browse files
committed
Formatting
1 parent 9281ecf commit 8783211

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sentry_value.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,8 @@ sentry_value_get_by_key_owned(sentry_value_t value, const char *k)
779779
}
780780

781781
const char *
782-
sentry_value_get_key(sentry_value_t value, size_t index) {
782+
sentry_value_get_key(sentry_value_t value, size_t index)
783+
{
783784
const thing_t *thing = value_as_thing(value);
784785
if (thing && thing_get_type(thing) == THING_TYPE_OBJECT) {
785786
obj_t *o = thing->payload._ptr;

0 commit comments

Comments
 (0)