Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Geod24 committed Mar 6, 2023
1 parent 332b8f4 commit f5ae5a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/cblas/cblas.di
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ version(OPENBLAS)
/* OpenBLAS is compiled using normal threading model */
enum OPENBLAS_THREAD = 1;
/* OpenBLAS is compiled using OpenMP threading model */
enum OPENBLAS_OPENMP = 2;
enum OPENBLAS_OPENMP = 2;
}

///
Expand Down Expand Up @@ -76,7 +76,7 @@ alias Transpose = CBLAS_TRANSPOSE;
///
enum CBLAS_UPLO {
///
Upper=121,
Upper=121,
///
Lower=122
};
Expand Down Expand Up @@ -109,7 +109,7 @@ alias Side = CBLAS_SIDE;
///
enum CBLAS_OFFSET {
///
RowOffset=171,
RowOffset=171,
///
ColOffset=172,
///
Expand All @@ -130,7 +130,7 @@ version(OPENBLAS)
char* get_config();

/// Get the parallelization type which is used by OpenBLAS
int get_parallel();
int get_parallel();
}

///
Expand Down

0 comments on commit f5ae5a0

Please sign in to comment.