mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
chore: Clean up the spurious uses of sizeof(png_byte); fix the manual
By definition, `sizeof(png_byte)` is 1. Remove all the occurences of `sizeof(png_byte)` from the code, and fix a related typo in the libpng manual. Also update the main .editorconfig file to reflect the fixing expected by a FIXME note.
This commit is contained in:
@@ -16,8 +16,7 @@ indent_style = space
|
||||
[*.[chS]]
|
||||
indent_style = space
|
||||
max_doc_length = 80
|
||||
max_line_length = 81
|
||||
# FIXME: max_line_length should be 80
|
||||
max_line_length = 80
|
||||
|
||||
[*.dfa]
|
||||
indent_style = space
|
||||
|
||||
Reference in New Issue
Block a user