diff options
author | Pjotr Prins | 2017-07-07 06:54:26 +0000 |
---|---|---|
committer | Pjotr Prins | 2017-07-07 06:54:26 +0000 |
commit | b9758364059d52e153a9f1b4fcae3bc3f3e68422 (patch) | |
tree | cc3b526c1621ca452ded085114d7c40559c09887 /src/lapack.h | |
parent | dd72b87354d1d3f6d3aa42ed0123a23880e9cb15 (diff) | |
download | pangemma-b9758364059d52e153a9f1b4fcae3bc3f3e68422.tar.gz |
Fix spacing
Diffstat (limited to 'src/lapack.h')
-rw-r--r-- | src/lapack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lapack.h b/src/lapack.h index 88fc509..5e1db35 100644 --- a/src/lapack.h +++ b/src/lapack.h @@ -16,7 +16,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef __LAPACK_H__ +#ifndef __LAPACK_H__ #define __LAPACK_H__ #include <vector> |