| Summary: | [libm] Fix whitespace issues in bessel function routines | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | sgk | ||||
| Component: | bin | Assignee: | Mark Johnston <markj> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | markj | ||||
| Priority: | --- | Keywords: | patch | ||||
| Version: | CURRENT | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
A commit references this bug: Author: markj Date: Sun Jul 8 16:26:14 UTC 2018 New revision: 336089 URL: https://svnweb.freebsd.org/changeset/base/336089 Log: Fix whitespace issues in bessel function routines. PR: 229423 Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu> MFC after: 3 days Changes: head/lib/msun/src/e_j0.c head/lib/msun/src/e_j1.c head/lib/msun/src/e_j1f.c head/lib/msun/src/e_jn.c A commit references this bug: Author: markj Date: Wed Jul 11 12:12:50 UTC 2018 New revision: 336196 URL: https://svnweb.freebsd.org/changeset/base/336196 Log: MFC r336089: Fix whitespace issues in bessel function routines. PR: 229423 Changes: _U stable/11/ stable/11/lib/msun/src/e_j0.c stable/11/lib/msun/src/e_j1.c stable/11/lib/msun/src/e_j1f.c stable/11/lib/msun/src/e_jn.c |
Created attachment 194758 [details] whitespace in bessel functions The attached patch fixes whitespace issues in the bessel function routines.