Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
autodoc: Fixup signature arglist indentation
Somehow this got removed from eabcc81. It affects only a few edge cases. For example, before this, perlapi had these lines, void sv_vcatpvfn (SV * const sv, const char * const pat, const STRLEN patlen, ... where the first argument to the function was misaligned with the others. This patch produces instead: void sv_vcatpvfn ( SV * const sv, const char * const pat, const STRLEN patlen, ...
- Loading branch information