Skip to content

Commit e5f3661

Browse files
emmatypingpicnixz
andauthored
Update Include/internal/pycore_blocks_output_buffer.h
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent dfd1c25 commit e5f3661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_blocks_output_buffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ _BlocksOutputBuffer_Grow(_BlocksOutputBuffer *buffer,
221221
buffer->allocated += block_size;
222222
buffer->num_blocks += 1;
223223

224-
char* data = PyBytesWriter_GetData(buffer->writer);
224+
char *data = PyBytesWriter_GetData(buffer->writer);
225225
*next_out = data + current_size;
226226
return block_size;
227227
}

0 commit comments

Comments
 (0)