diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2017-09-19 16:45:33 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2017-09-19 16:45:33 +0200 |
commit | a3dc1d2ee6e683dadfd4ec418c72aa13eea6a2db (patch) | |
tree | 9816b3486977fe15b51ffb6a8d2a88be97123cdd /python | |
parent | a40b6c9948cfc461f25f8f4878fb4ca671ca5107 (diff) | |
download | astra-a3dc1d2ee6e683dadfd4ec418c72aa13eea6a2db.tar.gz astra-a3dc1d2ee6e683dadfd4ec418c72aa13eea6a2db.tar.bz2 astra-a3dc1d2ee6e683dadfd4ec418c72aa13eea6a2db.tar.xz astra-a3dc1d2ee6e683dadfd4ec418c72aa13eea6a2db.zip |
Fix spaces/tabs
Diffstat (limited to 'python')
-rw-r--r-- | python/astra/PyIncludes.pxd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/astra/PyIncludes.pxd b/python/astra/PyIncludes.pxd index 1c7973a..cf3f902 100644 --- a/python/astra/PyIncludes.pxd +++ b/python/astra/PyIncludes.pxd @@ -129,8 +129,8 @@ cdef extern from "astra/FanFlatVecProjectionGeometry2D.h" namespace "astra": CFanFlatVecProjectionGeometry2D() cdef extern from "astra/ParallelVecProjectionGeometry2D.h" namespace "astra": - cdef cppclass CParallelVecProjectionGeometry2D: - CParallelVecProjectionGeometry2D() + cdef cppclass CParallelVecProjectionGeometry2D: + CParallelVecProjectionGeometry2D() cdef extern from "astra/ParallelProjectionGeometry2D.h" namespace "astra": cdef cppclass CParallelProjectionGeometry2D: |