Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Canonicalise whitespace -- USE -b/-w TO DIFF/BLAME ACROSS THIS COMMIT
Expand tabs as spaces; hard tab characters are no longer to be used as there is disagreement as to how many columns they should expand to. Remove trailing whitespace at the end of lines. After this commit, please do not commit hard tab characters or trailing whitespace in .c, .h, .pl, or .txt files, and please consider using a pre-commit hook in your local repository to enforce this. These steps will minimise the incidental whitespace changes unrelated to the intended commit changes that make viewing diffs and merging less convenient. To compare files prior to and after the whitespace discontinuity of this commit, use "diff -b" or "diff -w", "blame -w", etc. (This does not apply to kmin.[ch], which are in theory synchronised with kmath.[ch] in the klib project, so minimising differences with copies of this code elsewhere is more important. Please avoid accidental incidental whitespace changes in these files too.)
- Loading branch information