Skip to content

Commit 5e0173d

Browse files
chore: add new line before C header files
1 parent 1876cc9 commit 5e0173d

File tree

2 files changed

+2
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/kernel-betainc

2 files changed

+2
-1
lines changed

lib/node_modules/@stdlib/math/base/special/kernel-betainc/lib/native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var addon = require( './../src/addon.node' );
2828

2929
/**
3030
* Evaluates the incomplete beta function and its first derivative.
31-
*
31+
*
3232
* @private
3333
* @param {Probability} x - function input
3434
* @param {NonNegativeNumber} a - function parameter

lib/node_modules/@stdlib/math/base/special/kernel-betainc/src/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* See the License for the specific language governing permissions and
1616
* limitations under the License.
1717
*/
18+
1819
#include "stdlib/math/base/special/kernel_betainc.h"
1920
#include "stdlib/constants/float64/e.h"
2021
#include "stdlib/constants/float64/eps.h"

0 commit comments

Comments
 (0)