formatting: add additional space to avoid bad syntax highlights

This commit is contained in:
Richard Berger
2018-08-27 22:13:43 -04:00
parent 02f131c544
commit 71bc72ec13
87 changed files with 135 additions and 135 deletions

View File

@ -1108,7 +1108,7 @@ void RCB::compute_old(int dimension, int n, double **x, double *wt,
merge of each component of an RCB bounding box
------------------------------------------------------------------------- */
void box_merge(void *in, void *inout, int */*len*/, MPI_Datatype */*dptr*/)
void box_merge(void *in, void *inout, int * /*len*/, MPI_Datatype * /*dptr*/)
{
RCB::BBox *box1 = (RCB::BBox *) in;
@ -1138,7 +1138,7 @@ void box_merge(void *in, void *inout, int */*len*/, MPI_Datatype */*dptr*/)
all procs must get same proclo,prochi
------------------------------------------------------------------------- */
void median_merge(void *in, void *inout, int */*len*/, MPI_Datatype */*dptr*/)
void median_merge(void *in, void *inout, int * /*len*/, MPI_Datatype * /*dptr*/)
{
RCB::Median *med1 = (RCB::Median *) in;