Skip to content

Commit

Permalink
Cosmetics: Introduce blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeu committed Dec 28, 2015
1 parent 0f9acdf commit bc757b1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions C-Sources/ModelicaMatIO.c
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,7 @@ Mat_doubleSwap( double *a )
return *a;

}

/* -------------------------------
* ---------- inflate.c
* -------------------------------
Expand Down Expand Up @@ -1417,6 +1418,7 @@ InflateFieldNames(mat_t *mat,matvar_t *matvar,void *buf,int nfields,
/** @endcond */

#endif

/* -------------------------------
* ---------- io.c
* -------------------------------
Expand Down Expand Up @@ -1567,6 +1569,7 @@ Mat_SizeOf(enum matio_types data_type)
return 0;
}
}

/* -------------------------------
* ---------- read_data.c
* -------------------------------
Expand Down Expand Up @@ -8047,6 +8050,7 @@ ReadCompressedDataSlab2(mat_t *mat,z_stream *z,void *data,
#endif

/** @endcond */

/* -------------------------------
* ---------- snprintf.c
* -------------------------------
Expand Down Expand Up @@ -10896,6 +10900,7 @@ Mat_VarWrite(mat_t *mat,matvar_t *matvar,enum matio_compression compress)

return 1;
}

/* -------------------------------
* ---------- mat4.c
* -------------------------------
Expand Down Expand Up @@ -11396,6 +11401,7 @@ Mat_VarReadNextInfo4(mat_t *mat)

return matvar;
}

/* -------------------------------
* ---------- mat5.c
* -------------------------------
Expand Down Expand Up @@ -17674,6 +17680,7 @@ Mat_VarReadNextInfo5( mat_t *mat )

return matvar;
}

/* -------------------------------
* ---------- mat73.c
* -------------------------------
Expand Down Expand Up @@ -20564,6 +20571,7 @@ Mat_VarWrite73(mat_t *mat,matvar_t *matvar,int compress)
}

#endif

/* -------------------------------
* ---------- matvar_cell.c
* -------------------------------
Expand Down Expand Up @@ -20725,6 +20733,7 @@ Mat_VarSetCell(matvar_t *matvar,int index,matvar_t *cell)

return old_cell;
}

/* -------------------------------
* ---------- matvar_struct.c
* -------------------------------
Expand Down

0 comments on commit bc757b1

Please sign in to comment.