[h5py] 06/26: Really fix broken newlines in h5t.pyx
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:20:16 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to annotated tag 1.3.1
in repository h5py.
commit 224d95c02eeb03207565813f2e8de2779f00cd29
Author: andrewcollette <andrew.collette at gmail.com>
Date: Sat Jul 10 22:16:54 2010 +0000
Really fix broken newlines in h5t.pyx
---
h5py/h5t.pyx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/h5py/h5t.pyx b/h5py/h5t.pyx
index 15d927e..632fe37 100644
--- a/h5py/h5t.pyx
+++ b/h5py/h5t.pyx
@@ -1357,7 +1357,7 @@ cpdef TypeID py_create(object dtype_in, bint logical=0):
"""
cdef dtype dt = dtype(dtype_in)
cdef char kind = dt.kind
-
+
# Float
if kind == c'f':
return _c_float(dt)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/h5py.git
More information about the debian-science-commits
mailing list