Skip to content

Commit 6594318

Browse files
committed
Move MAX_RLE_BATCH_SAMPLES comment to its own line (keep under 79 cols)
1 parent 3e71061 commit 6594318

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Modules/_remote_debugging/binary_io_reader.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727

2828
/* Progress callback frequency */
2929
#define PROGRESS_CALLBACK_INTERVAL 1000
30-
#define MAX_RLE_BATCH_SAMPLES 8192 /* Cap per-batch samples to bound the timestamp list (gh-152089) */
30+
31+
/* Cap per-batch RLE samples to bound the timestamp list (gh-152089) */
32+
#define MAX_RLE_BATCH_SAMPLES 8192
3133

3234
/* ============================================================================
3335
* BINARY READER IMPLEMENTATION

0 commit comments

Comments
 (0)