summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/utils/TableGen/ClangAttrEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/utils/TableGen/ClangAttrEmitter.cpp b/clang/utils/TableGen/ClangAttrEmitter.cpp
index bb3b67f356c..7ae8b74765f 100644
--- a/clang/utils/TableGen/ClangAttrEmitter.cpp
+++ b/clang/utils/TableGen/ClangAttrEmitter.cpp
@@ -2766,7 +2766,7 @@ static void WriteDocumentation(const DocumentationData &Doc,
if (SupportedSpellings & Declspec) OS << "X";
OS << "\",\"";
if (SupportedSpellings & Keyword) OS << "X";
- OS << "\"\n\n";
+ OS << "\", \"";
if (SupportedSpellings & Pragma) OS << "X";
OS << "\"\n\n";
OpenPOWER on IntegriCloud