Remove trailing comma.

llvm-svn: 166235
This commit is contained in:
Eric Christopher
2012-10-18 21:52:10 +00:00
parent b23926d395
commit 1adabcf3f5

View File

@@ -26,7 +26,7 @@ namespace options {
HelpHidden = (1 << 0),
RenderAsInput = (1 << 1),
RenderJoined = (1 << 2),
RenderSeparate = (1 << 3),
RenderSeparate = (1 << 3)
};
/// Flags specifically for clang options.