diff --git a/lib/Format/Format.cpp b/lib/Format/Format.cpp index 0cd5398751bb1026af7838afe06ff327fb5f7d6c..2252dd97436dd6b07914bdc2dc5169b21ac70d1f 100644 --- a/lib/Format/Format.cpp +++ b/lib/Format/Format.cpp @@ -45,8 +45,8 @@ using clang::format::FormatStyle; -LLVM_YAML_IS_SEQUENCE_VECTOR(clang::format::FormatStyle::IncludeCategory); -LLVM_YAML_IS_SEQUENCE_VECTOR(clang::format::FormatStyle::RawStringFormat); +LLVM_YAML_IS_SEQUENCE_VECTOR(clang::format::FormatStyle::IncludeCategory) +LLVM_YAML_IS_SEQUENCE_VECTOR(clang::format::FormatStyle::RawStringFormat) namespace llvm { namespace yaml {