Skip to content

Commit

Permalink
fix indentation in Type.C
Browse files Browse the repository at this point in the history
  • Loading branch information
John Mellor-Crummey committed Jan 8, 2018
1 parent bcb01b9 commit fef15a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symtabAPI/src/Type.C
Expand Up @@ -110,7 +110,7 @@ Type *Type::createPlaceholder(typeId_t ID, std::string name)
type_memory.insert(a, make_pair(mem, max_size));

Type *placeholder_type = new(mem) Type(name, ID, dataUnknownType);
race_detector_forget_access_history(placeholder_type, max_size);
race_detector_forget_access_history(placeholder_type, max_size);
return placeholder_type;
}

Expand Down

0 comments on commit fef15a1

Please sign in to comment.