cglm icon indicating copy to clipboard operation
cglm copied to clipboard

include/cglm/handed/euler_to_quat_lh.h is missing a final newline

Open pm4gh opened this issue 1 year ago • 1 comments
trafficstars

The C standard (at least C99) states that a source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character.

This is not purely pedantic although a marginal use case: I was bitten by the issue when trying to archive the set of include files in a text archive (a shar file).

pm4gh avatar Aug 18 '24 06:08 pm4gh

Hi @pm4gh,

Sorry for the delay, https://github.com/recp/cglm/commit/2f619cdd6f5ce4a9b425babfdfce1af36bfda2af must fix the issue,

Thanks for reporting this

recp avatar Aug 27 '24 09:08 recp