Mercurial > hg > octave-nkf
comparison libinterp/octave-value/ov-cx-sparse.cc @ 18833:6113e0c6920b
maint: Clean up extra spaces before/after parentheses.
author | Rik <rik@octave.org> |
---|---|
date | Fri, 25 Apr 2014 13:25:25 -0700 |
parents | 6a71e5030df5 |
children | 3bffa847d215 |
comparison
equal
deleted
inserted
replaced
18832:f684f7075aee | 18833:6113e0c6920b |
---|---|
635 #if HAVE_HDF5_18 | 635 #if HAVE_HDF5_18 |
636 group_hid = H5Gopen (loc_id, name, H5P_DEFAULT); | 636 group_hid = H5Gopen (loc_id, name, H5P_DEFAULT); |
637 #else | 637 #else |
638 group_hid = H5Gopen (loc_id, name); | 638 group_hid = H5Gopen (loc_id, name); |
639 #endif | 639 #endif |
640 if (group_hid < 0 ) return false; | 640 if (group_hid < 0) return false; |
641 | 641 |
642 #if HAVE_HDF5_18 | 642 #if HAVE_HDF5_18 |
643 data_hid = H5Dopen (group_hid, "nr", H5P_DEFAULT); | 643 data_hid = H5Dopen (group_hid, "nr", H5P_DEFAULT); |
644 #else | 644 #else |
645 data_hid = H5Dopen (group_hid, "nr"); | 645 data_hid = H5Dopen (group_hid, "nr"); |