Skip to content

Commit e3a09c9

Browse files
committed
style: use consistent indentation
1 parent 6cc5c83 commit e3a09c9

File tree

1 file changed

+4
-4
lines changed
  • lib/node_modules/@stdlib/blas/base/shared/include/stdlib/blas/base/shared

1 file changed

+4
-4
lines changed

lib/node_modules/@stdlib/blas/base/shared/include/stdlib/blas/base/shared/cblas.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,18 @@ extern "C" {
4343
// Integer type:
4444
#ifndef CBLAS_INT
4545
#ifdef WeirdNEC
46-
#define CBLAS_INT int64_t
46+
#define CBLAS_INT int64_t
4747
#else
48-
#define CBLAS_INT int32_t
48+
#define CBLAS_INT int32_t
4949
#endif
5050
#endif
5151

5252
// Integer format string:
5353
#ifndef CBLAS_IFMT
5454
#ifdef WeirdNEC
55-
#define CBLAS_IFMT PRId64
55+
#define CBLAS_IFMT PRId64
5656
#else
57-
#define CBLAS_IFMT PRId32
57+
#define CBLAS_IFMT PRId32
5858
#endif
5959
#endif
6060

0 commit comments

Comments
 (0)