Skip to content

Commit eee6619

Browse files
committed
Add spaces to align continuations
1 parent eddc216 commit eee6619

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/strided/base/mskunary/include/stdlib/strided/base/mskunary/macros.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
* // e.g., z_z
160160
* STDLIB_STRIDED_MSKUNARY_LOOP_CLBK_RET_NOCAST( stdlib_complex128_t, stdlib_complex128_t )
161161
*/
162-
#define STDLIB_STRIDED_MSKUNARY_LOOP_CLBK_RET_NOCAST( tin, tout ) \
162+
#define STDLIB_STRIDED_MSKUNARY_LOOP_CLBK_RET_NOCAST( tin, tout ) \
163163
STDLIB_STRIDED_MSKUNARY_LOOP_PREAMBLE { \
164164
if ( *(uint8_t *)mp1 ) { \
165165
continue; \

0 commit comments

Comments
 (0)