mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
c0d62c58d3
Source code taken from release archives in https://github.com/argtable/argtable3/releases/tag/v3.2.1.52f24e5 Applied dos2unix to all files. Removed trailing whitespace with the pre-commit hook. Resolves some of the static analysis issues reported in https://github.com/espressif/esp-idf/issues/6440 (mallocs are replaced by xmalloc wrapper which panics on failed allocations)