diff libinterp/corefcn/ls-hdf5.cc @ 19773:3fa35defe495

Adjust spacing of static_cast<> calls to follow Octave coding conventions. * __init_qt__.cc, file-editor.cc, main-window.cc, bsxfun.cc, data.cc, filter.cc, gammainc.cc, ls-hdf5.cc, mex.cc, oct-stream.cc, lo-mappers.cc, lo-specfun.cc, data-conv.cc, lo-regexp.cc, oct-inttypes.h: Adjust spacing of static_cast<> calls to follow Octave coding conventions.
author Rik <rik@octave.org>
date Tue, 17 Feb 2015 13:34:32 -0800
parents 4197fc428c7d
children 09ed6f7538dd
line wrap: on
line diff
--- a/libinterp/corefcn/ls-hdf5.cc	Tue Feb 17 16:30:52 2015 -0500
+++ b/libinterp/corefcn/ls-hdf5.cc	Tue Feb 17 13:34:32 2015 -0800
@@ -247,7 +247,7 @@
 herr_t
 hdf5_read_next_data (hid_t group_id, const char *name, void *dv)
 {
-  hdf5_callback_data *d = static_cast <hdf5_callback_data *> (dv);
+  hdf5_callback_data *d = static_cast<hdf5_callback_data *> (dv);
   hid_t type_id = -1;
   hid_t type_class_id = -1;
   hid_t data_id = -1;