Bug 229423

Summary: [libm] Fix whitespace issues in bessel function routines
Product: Base System Reporter: sgk
Component: binAssignee: Mark Johnston <markj>
Status: Closed FIXED    
Severity: Affects Only Me CC: markj
Priority: --- Keywords: patch
Version: CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
whitespace in bessel functions none

Description sgk 2018-06-29 22:11:10 UTC
Created attachment 194758 [details]
whitespace in bessel functions

The attached patch fixes whitespace issues in the bessel function routines.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-07-08 16:26:35 UTC
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
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-07-11 12:13:05 UTC
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