]> Creatis software - gdcm.git/blobdiff - gdcmPython/gdcm.i
ENH: hopefully fixed swig wrapping
[gdcm.git] / gdcmPython / gdcm.i
index 1e63ca139b54a9b773938597c174a147b44786a3..8c2d95d369ffa593eae0c49909b7f904d1319db8 100644 (file)
@@ -61,7 +61,7 @@ typedef unsigned long long uint64_t;
 
 ////////////////////////////////////////////////
 // Convert a DocEntry * to the real derived class
-%typemap(out) gdcm::DocEntry * 
+%typemap(out) gdcm::DocEntry *
 {
    PyObject *newEntry;