Skip to content

Commit 56f9199

Browse files
authored
refactor: update include guards
Signed-off-by: Athan <[email protected]>
1 parent 967b40b commit 56f9199

File tree

1 file changed

+3
-3
lines changed
  • lib/node_modules/@stdlib/blas/base/zdscal/include/stdlib/blas/base

1 file changed

+3
-3
lines changed

lib/node_modules/@stdlib/blas/base/zdscal/include/stdlib/blas/base/zdscal_cblas.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
/**
2020
* Header file containing function declarations for the C interface to the CBLAS Level 1 routine `cblas_zdscal`.
2121
*/
22-
#ifndef ZDSCAL_CBLAS_H
23-
#define ZDSCAL_CBLAS_H
22+
#ifndef STDLIB_BLAS_BASE_ZDSCAL_CBLAS_H
23+
#define STDLIB_BLAS_BASE_ZDSCAL_CBLAS_H
2424

2525
#include "stdlib/blas/base/shared.h"
2626
#include "stdlib/complex/float64/ctor.h"
@@ -41,4 +41,4 @@ void API_SUFFIX(cblas_zdscal)( const CBLAS_INT N, const double alpha, void *X, c
4141
}
4242
#endif
4343

44-
#endif // !ZDSCAL_CBLAS_H
44+
#endif // !STDLIB_BLAS_BASE_ZDSCAL_CBLAS_H

0 commit comments

Comments
 (0)