Skip to content

Commit 83aa138

Browse files
committed
Auto-generated commit
1 parent f703500 commit 83aa138

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ A total of 3 people contributed to this release. Thank you to the following cont
102102

103103
<details>
104104

105+
- [`90e96d0`](https://github.com/stdlib-js/stdlib/commit/90e96d01b7a32ec3b71caf3e5f57528338199a8f) - **chore:** minor clean-up _(by Philipp Burckhardt)_
105106
- [`7d6450c`](https://github.com/stdlib-js/stdlib/commit/7d6450c671dd91fffbec536a216a76f9e094dad0) - **docs:** update related packages sections [(#4186)](https://github.com/stdlib-js/stdlib/pull/4186) _(by stdlib-bot)_
106107
- [`62364f6`](https://github.com/stdlib-js/stdlib/commit/62364f62ea823a3b52c2ad25660ecd80c71f8f36) - **style:** fix C comment alignment _(by Philipp Burckhardt)_
107108
- [`8684eb4`](https://github.com/stdlib-js/stdlib/commit/8684eb429498a239bff9bdd72f443dd1cd981552) - **docs:** update related packages sections [(#4114)](https://github.com/stdlib-js/stdlib/pull/4114) _(by stdlib-bot, Athan Reines)_

common/src/quaternary.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
* ```
6363
*
6464
*/
65+
6566
#include "stdlib/strided/common/quaternary.h"
6667
#include "stdlib/strided/common/quaternary_typedefs.h"
6768
#include "stdlib/strided/common/quaternary_macros.h"

common/src/quinary.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
* ```
6363
*
6464
*/
65+
6566
#include "stdlib/strided/common/quinary.h"
6667
#include "stdlib/strided/common/quinary_typedefs.h"
6768
#include "stdlib/strided/common/quinary_macros.h"

common/src/ternary.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
* ```
6363
*
6464
*/
65+
6566
#include "stdlib/strided/common/ternary.h"
6667
#include "stdlib/strided/common/ternary_typedefs.h"
6768
#include "stdlib/strided/common/ternary_macros.h"

0 commit comments

Comments
 (0)