Skip to content

Commit 80a09db

Browse files
mujacicaclaude
andcommitted
style: wrap long comment line in batcher to satisfy clang-format
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d95a326 commit 80a09db

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/sentry_batcher.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@ batcher_thread_func(void *data)
244244
//
245245
// Flush triggers:
246246
// 1. Buffer full → enqueue wakes us via request_flush (immediate flush)
247-
// 2. Timeout → partial buffer flushed after SENTRY_BATCHER_FLUSH_INTERVAL_MS
247+
// 2. Timeout → partial buffer flushed after
248+
// SENTRY_BATCHER_FLUSH_INTERVAL_MS
248249
// 3. Shutdown / force-flush → thread state change or cond_wake
249250
while (sentry__atomic_fetch(&batcher->thread_state)
250251
== SENTRY_BATCHER_THREAD_RUNNING) {

0 commit comments

Comments
 (0)