mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng17] Fixed more indentation to comply with our coding style.
This commit is contained in:
@@ -195,7 +195,7 @@ png_process_data_skip(png_structrp png_ptr)
|
||||
|
||||
static void
|
||||
png_push_restore_buffer(png_structrp png_ptr, png_bytep buffer,
|
||||
png_size_t buffer_length)
|
||||
png_size_t buffer_length)
|
||||
{
|
||||
png_ptr->current_buffer_size = buffer_length;
|
||||
png_ptr->buffer_size = buffer_length + png_ptr->save_buffer_size;
|
||||
|
||||
Reference in New Issue
Block a user