Remove trailing comma.
llvm-svn: 166235
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user