Skip to content
Snippets Groups Projects
Commit c647d730 authored by Eisenhauer, Greg's avatar Eisenhauer, Greg Committed by Atkins, Charles Vernon
Browse files

Redo clang-format with version 3.8

parent 4d1dc55b
No related branches found
No related tags found
1 merge request!362Preliminary FFS-based MxN data transfer for global arrays
......@@ -171,11 +171,11 @@ static FMField FFSFormatBlockList[] = {
FMOffset(struct FFSFormatBlock *, Next)},
{NULL, NULL, 0, 0}};
static FMField SstBlockList[] = {
{"BlockSize", "integer", sizeof(size_t), FMOffset(struct _SstBlock *, BlockSize)},
{"BlockData", "char[BlockSize]", 1,
FMOffset(struct _SstBlock *, BlockData)},
{NULL, NULL, 0, 0}};
static FMField SstBlockList[] = {{"BlockSize", "integer", sizeof(size_t),
FMOffset(struct _SstBlock *, BlockSize)},
{"BlockData", "char[BlockSize]", 1,
FMOffset(struct _SstBlock *, BlockData)},
{NULL, NULL, 0, 0}};
static FMStructDescRec MetaDataPlusDPInfoStructs[] = {
{"MetaDataPlusDPInfo", MetaDataPlusDPInfoList,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment