ianlancetaylor / libbacktrace

A C library that may be linked into a C/C++ program to produce symbolic backtraces
Other
944 stars 220 forks source link

Trailing whitespace #124

Closed johnsonjh closed 2 months ago

johnsonjh commented 3 months ago

The following (harmless, but useless) trailing whitespace was detected:

src/libbacktrace/dwarf.c:
        2042: Trailing whitespace
        2241: Trailing whitespace

src/libbacktrace/macho.c:
        677: Trailing whitespace

I noticed this integrating it into a project. I disabled checking libbacktrace in my pre-commit hook, but fixing it is trivial.

PR in #125.

ianlancetaylor commented 2 months ago

Thanks.